|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicTable.Reader.RowSplit | |
---|---|
org.apache.hadoop.zebra.io | Physical I/O management of Hadoop Zebra Tables. |
Uses of BasicTable.Reader.RowSplit in org.apache.hadoop.zebra.io |
---|
Methods in org.apache.hadoop.zebra.io that return types with arguments of type BasicTable.Reader.RowSplit | |
---|---|
List<BasicTable.Reader.RowSplit> |
BasicTable.Reader.rowSplit(long[] starts,
long[] lengths,
org.apache.hadoop.fs.Path[] paths,
int splitCGIndex,
int[] batchSizes,
int numBatches)
We already use FileInputFormat to create byte offset-based input splits. |
Methods in org.apache.hadoop.zebra.io with parameters of type BasicTable.Reader.RowSplit | |
---|---|
BlockDistribution |
BasicTable.Reader.getBlockDistribution(BasicTable.Reader.RowSplit split)
Given a row-based split, calculate how the file data that fall into the split are distributed among hosts. |
TableScanner |
BasicTable.Reader.getScanner(boolean closeReader,
BasicTable.Reader.RowSplit rowSplit)
Get a scanner that reads a consecutive number of rows as defined in the BasicTable.Reader.RowSplit object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |