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.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 BinaryFormatter
           
 class DefaultFormatter
           
 class DeleterFormatter
           
 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.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)
           
 

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)
           
 

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)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.