Uses of Class
org.apache.accumulo.core.util.Merge.MergeException
-
Packages that use Merge.MergeException Package Description org.apache.accumulo.core.util -
-
Uses of Merge.MergeException in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util that throw Merge.MergeException 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)static voidMerge. main(String[] args)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)voidMerge. mergomatic(AccumuloClient client, String table, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end, long goalSize, boolean force)voidMerge. start(String[] args)
-