Uses of Interface
org.apache.accumulo.core.util.format.Formatter
-
Packages that use Formatter Package Description org.apache.accumulo.core.util.format org.apache.accumulo.core.util.interpret -
-
Uses of Formatter in org.apache.accumulo.core.util.format
Classes in org.apache.accumulo.core.util.format that implement Formatter Modifier and Type Class Description classAggregatingFormatterFormatter that will aggregate entries for various display purposes.classBinaryFormatterDeprecated.since 1.8.0; UseDefaultFormatterproviding showLength and printTimestamps viaFormatterConfig.classDateStringFormatterDeprecated.since 1.8.0classDefaultFormatterclassHexFormatterA simple formatter that print the row, column family, column qualifier, and value as hexclassShardedTableDistributionFormatterFormats the rows in a METADATA table scan to show distribution of shards over servers per day.classStatisticsDisplayFormatterDoes not show contents from scan, only displays statistics.Methods in org.apache.accumulo.core.util.format that return Formatter Modifier and Type Method Description static FormatterFormatterFactory. getDefaultFormatter(Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)static FormatterFormatterFactory. getFormatter(Class<? extends Formatter> formatterClass, Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config)Method parameters in org.apache.accumulo.core.util.format with type arguments of type Formatter Modifier and Type Method Description static FormatterFormatterFactory. getFormatter(Class<? extends Formatter> formatterClass, Iterable<Map.Entry<Key,Value>> scanner, FormatterConfig config) -
Uses of Formatter in org.apache.accumulo.core.util.interpret
Classes in org.apache.accumulo.core.util.interpret that implement Formatter Modifier and Type Class Description classHexScanInterpreterAs simple scan interpreter that converts hex to binary.
-