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. summariesMethods in org.apache.accumulo.core.dataImpl.thrift that return TSummary Modifier and Type Method Description TSummaryTSummary. deepCopy()TSummaryTSummary. setConfig(TSummarizerConfiguration config)TSummaryTSummary. setFilesContaining(long filesContaining)TSummaryTSummary. setFilesExceeding(long filesExceeding)TSummaryTSummary. setFilesLarge(long filesLarge)TSummaryTSummary. 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 voidTSummaries. addToSummaries(TSummary elem)intTSummary. compareTo(TSummary other)booleanTSummary. equals(TSummary that)Method parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TSummary Modifier and Type Method Description TSummariesTSummaries. 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)
-