Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TSummary
-
Packages that use TSummary Package Description org.apache.accumulo.core.dataImpl.thrift -
-
Uses of TSummary in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift with type parameters of type TSummary Modifier and Type Field Description List<TSummary>
TSummaries. summaries
Methods in org.apache.accumulo.core.dataImpl.thrift that return TSummary Modifier and Type Method Description TSummary
TSummary. deepCopy()
TSummary
TSummary. setConfig(TSummarizerConfiguration config)
TSummary
TSummary. setFilesContaining(long filesContaining)
TSummary
TSummary. setFilesExceeding(long filesExceeding)
TSummary
TSummary. setFilesLarge(long filesLarge)
TSummary
TSummary. setSummary(Map<String,Long> summary)
Methods in org.apache.accumulo.core.dataImpl.thrift that return types with arguments of type TSummary Modifier and Type Method Description List<TSummary>
TSummaries. getSummaries()
Iterator<TSummary>
TSummaries. getSummariesIterator()
Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TSummary Modifier and Type Method Description void
TSummaries. addToSummaries(TSummary elem)
int
TSummary. compareTo(TSummary other)
boolean
TSummary. equals(TSummary that)
Method parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TSummary Modifier and Type Method Description TSummaries
TSummaries. setSummaries(List<TSummary> summaries)
Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TSummary Constructor Description TSummary(TSummary other)
Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TSummary Constructor Description TSummaries(boolean finished, long sessionId, long totalFiles, long deletedFiles, List<TSummary> summaries)
-