public class MockTable extends Object
Modifier and Type | Method and Description |
---|---|
void |
addSplits(SortedSet<org.apache.hadoop.io.Text> partitionKeys) |
Map<String,Set<org.apache.hadoop.io.Text>> |
getLocalityGroups() |
Collection<org.apache.hadoop.io.Text> |
getSplits() |
String |
getTableId() |
void |
merge(org.apache.hadoop.io.Text start,
org.apache.hadoop.io.Text end) |
void |
setLocalityGroups(Map<String,Set<org.apache.hadoop.io.Text>> groups) |
public void addSplits(SortedSet<org.apache.hadoop.io.Text> partitionKeys)
public Collection<org.apache.hadoop.io.Text> getSplits()
public void merge(org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end)
public String getTableId()
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.