Uses of Class
org.apache.accumulo.core.util.Merge.Size

Packages that use Merge.Size
org.apache.accumulo.core.util   
 

Uses of Merge.Size in org.apache.accumulo.core.util
 

Methods in org.apache.accumulo.core.util that return types with arguments of type Merge.Size
protected  Iterator<Merge.Size> Merge.getSizeIterator(Connector conn, String tablename, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end)
           
 

Method parameters in org.apache.accumulo.core.util with type arguments of type Merge.Size
protected  void Merge.merge(Connector conn, String table, List<Merge.Size> sizes, int numToMerge)
           
protected  long Merge.mergeMany(Connector conn, String table, List<Merge.Size> sizes, long goalSize, boolean force, boolean last)
           
protected  void Merge.mergeSome(Connector conn, String table, List<Merge.Size> sizes, int numToMerge)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.