Uses of Class
org.apache.accumulo.core.util.Merge.Size
-
Packages that use Merge.Size Package Description 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 Modifier and Type Method Description protected Iterator<Merge.Size>Merge. getSizeIterator(AccumuloClient client, 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 Modifier and Type Method Description protected voidMerge. merge(AccumuloClient client, String table, List<Merge.Size> sizes, int numToMerge)protected longMerge. mergeMany(AccumuloClient client, String table, List<Merge.Size> sizes, long goalSize, boolean force, boolean last)protected voidMerge. mergeSome(AccumuloClient client, String table, List<Merge.Size> sizes, int numToMerge)
-