Uses of Class
org.apache.accumulo.core.client.summary.Summary
-
Packages that use Summary Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.client.rfile org.apache.accumulo.core.client.summary org.apache.accumulo.core.summary -
-
Uses of Summary in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return types with arguments of type Summary Modifier and Type Method Description List<Summary>SummaryRetriever. retrieve() -
Uses of Summary in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile that return types with arguments of type Summary Modifier and Type Method Description Collection<Summary>RFile.SummaryOptions. read()Reads summary data from file. -
Uses of Summary in org.apache.accumulo.core.client.summary
Constructors in org.apache.accumulo.core.client.summary with parameters of type Summary Constructor Description CounterSummary(Summary summary)This method will callCounterSummary(Summary, boolean)with true.CounterSummary(Summary summary, boolean checkType) -
Uses of Summary in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary that return types with arguments of type Summary Modifier and Type Method Description List<Summary>SummaryCollection. getSummaries()
-