Uses of Interface
org.apache.accumulo.core.util.format.Formatter

Packages that use Formatter
org.apache.accumulo.core.trace   
org.apache.accumulo.core.util.format   
org.apache.accumulo.core.util.interpret   
org.apache.accumulo.core.util.shell   
org.apache.accumulo.core.util.shell.commands   
 

Uses of Formatter in org.apache.accumulo.core.trace
 

Classes in org.apache.accumulo.core.trace that implement Formatter
 class TraceFormatter
          A formatter than can be used in the shell to display trace information.
 

Uses of Formatter in org.apache.accumulo.core.util.format
 

Classes in org.apache.accumulo.core.util.format that implement Formatter
 class AggregatingFormatter
          Formatter that will aggregate entries for various display purposes.
 class BinaryFormatter
           
 class DateStringFormatter
           
 class DefaultFormatter
           
 class DeleterFormatter
           
 class HexFormatter
          A simple formatter that print the row, column family, column qualifier, and value as hex
 class ShardedTableDistributionFormatter
          Formats the rows in a METADATA table scan to show distribution of shards over servers per day.
 class StatisticsDisplayFormatter
          Does not show contents from scan, only displays statistics.
 

Methods in org.apache.accumulo.core.util.format that return Formatter
static Formatter FormatterFactory.getDefaultFormatter(Iterable<Map.Entry<Key,Value>> scanner, boolean printTimestamps)
           
static Formatter FormatterFactory.getFormatter(Class<? extends Formatter> formatterClass, Iterable<Map.Entry<Key,Value>> scanner, boolean printTimestamps)
           
 

Method parameters in org.apache.accumulo.core.util.format with type arguments of type Formatter
static Formatter FormatterFactory.getFormatter(Class<? extends Formatter> formatterClass, Iterable<Map.Entry<Key,Value>> scanner, boolean printTimestamps)
           
 

Uses of Formatter in org.apache.accumulo.core.util.interpret
 

Classes in org.apache.accumulo.core.util.interpret that implement Formatter
 class HexScanInterpreter
          As simple scan interpreter that converts hex to binary.
 

Uses of Formatter in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell that return types with arguments of type Formatter
 Class<? extends Formatter> Shell.getFormatter()
          Return the formatter for the current table.
 Class<? extends Formatter> Shell.getFormatter(String tableName)
          Return the formatter for the given table.
 

Method parameters in org.apache.accumulo.core.util.shell with type arguments of type Formatter
 void Shell.printRecords(Iterable<Map.Entry<Key,Value>> scanner, boolean printTimestamps, boolean paginate, Class<? extends Formatter> formatterClass)
           
 void Shell.printRecords(Iterable<Map.Entry<Key,Value>> scanner, boolean printTimestamps, boolean paginate, Class<? extends Formatter> formatterClass, Shell.PrintLine outFile)
           
 

Uses of Formatter in org.apache.accumulo.core.util.shell.commands
 

Methods in org.apache.accumulo.core.util.shell.commands that return types with arguments of type Formatter
static Class<? extends Formatter> FormatterCommand.getCurrentFormatter(String tableName, Shell shellState)
           
protected  Class<? extends Formatter> ScanCommand.getFormatter(org.apache.commons.cli.CommandLine cl, String tableName, Shell shellState)
           
 

Method parameters in org.apache.accumulo.core.util.shell.commands with type arguments of type Formatter
protected  void ScanCommand.printRecords(org.apache.commons.cli.CommandLine cl, Shell shellState, Iterable<Map.Entry<Key,Value>> scanner, Class<? extends Formatter> formatter)
           
protected  void ScanCommand.printRecords(org.apache.commons.cli.CommandLine cl, Shell shellState, Iterable<Map.Entry<Key,Value>> scanner, Class<? extends Formatter> formatter, Shell.PrintFile outFile)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.