Uses of Interface
org.apache.accumulo.core.client.admin.SummaryRetriever
Packages that use SummaryRetriever
-
Uses of SummaryRetriever in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return SummaryRetrieverModifier and TypeMethodDescriptionSummaryRetriever.endRow(CharSequence endRow) The end row is inclusive.SummaryRetriever.endRow(org.apache.hadoop.io.Text endRow) The end row is inclusive.SummaryRetriever.flush(boolean shouldFlush) Forces a flush of data in memory to files before summary data is retrieved.SummaryRetriever.startRow(CharSequence startRow) The start row is not inclusive.SummaryRetriever.startRow(org.apache.hadoop.io.Text startRow) The start row is not inclusive.default SummaryRetrieverEntry point for retrieving summaries with optional restrictions.SummaryRetriever.withConfiguration(Collection<SummarizerConfiguration> configs) Allows specifying a set of summaries, generated using the specified configs, to retrieve.SummaryRetriever.withConfiguration(SummarizerConfiguration... config) Allows specifying a set of summaries, generated using the specified configs, to retrieve.SummaryRetriever.withMatchingConfiguration(String regex) Filters which summary data is retrieved.