Uses of Class
org.apache.hadoop.zebra.io.BasicTable.Reader.RangeSplit

Packages that use BasicTable.Reader.RangeSplit
org.apache.hadoop.zebra.io Physical I/O management of Hadoop Zebra Tables. 
 

Uses of BasicTable.Reader.RangeSplit in org.apache.hadoop.zebra.io
 

Methods in org.apache.hadoop.zebra.io that return types with arguments of type BasicTable.Reader.RangeSplit
 List<BasicTable.Reader.RangeSplit> BasicTable.Reader.rangeSplit(int n)
          Split the table into at most n parts.
 

Methods in org.apache.hadoop.zebra.io with parameters of type BasicTable.Reader.RangeSplit
 BlockDistribution BasicTable.Reader.getBlockDistribution(BasicTable.Reader.RangeSplit split)
          Given a split range, calculate how the file data that fall into the range are distributed among hosts.
 TableScanner BasicTable.Reader.getScanner(BasicTable.Reader.RangeSplit split, boolean closeReader)
          Get a scanner that reads a consecutive number of rows as defined in the BasicTable.Reader.RangeSplit object, which should be obtained from previous calls of BasicTable.Reader.rangeSplit(int).
 



Copyright © 2012 The Apache Software Foundation