Class Summary
java.lang.Object
org.apache.accumulo.core.client.summary.Summary
This class encapsulates summary statistics, information about how those statistics were
generated, and information about files the statistics were obtained from.
- Since:
- 2.0.0
- See Also:
-
Constructor Details
-
Summary
public Summary(Map<String, Long> summary, SummarizerConfiguration config, long totalFiles, long filesMissingSummary, long filesWithExtra, long filesWithLarge, long deletedFiles)
-
-
Method Details
-
getFileStatistics
- Returns:
- Statistics about the files from which summary statistics were obtained.
-
getSummarizerConfiguration
- Returns:
- The configuration used to generate and combine the summary statistics
-
getStatistics
- Returns:
- An immutable map of the statistics that were generated and merged by the specified
Summarizer
.
-
toString
-