Uses of Class
org.apache.hadoop.zebra.io.KeyDistribution

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

Uses of KeyDistribution in org.apache.hadoop.zebra.io
 

Methods in org.apache.hadoop.zebra.io that return KeyDistribution
 KeyDistribution BasicTable.Reader.getKeyDistribution(int n, int nTables, BlockDistribution lastBd)
          Collect some key samples and use them to partition the table.
static KeyDistribution KeyDistribution.merge(KeyDistribution[] sourceKeys)
          Merge the key samples Algorithm: select the smallest key from all clean source ranges and ranges subsequent to respective dirty ranges.
 

Methods in org.apache.hadoop.zebra.io with parameters of type KeyDistribution
static KeyDistribution KeyDistribution.merge(KeyDistribution[] sourceKeys)
          Merge the key samples Algorithm: select the smallest key from all clean source ranges and ranges subsequent to respective dirty ranges.
 



Copyright © 2012 The Apache Software Foundation