org.apache.accumulo.core.util.format
Class FormatterFactory

java.lang.Object
  extended by org.apache.accumulo.core.util.format.FormatterFactory

public class FormatterFactory
extends Object


Constructor Summary
FormatterFactory()
           
 
Method Summary
static Formatter getDefaultFormatter(Iterable<Map.Entry<Key,Value>> scanner, boolean printTimestamps)
           
static Formatter getFormatter(Class<? extends Formatter> formatterClass, Iterable<Map.Entry<Key,Value>> scanner, boolean printTimestamps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatterFactory

public FormatterFactory()
Method Detail

getFormatter

public static Formatter getFormatter(Class<? extends Formatter> formatterClass,
                                     Iterable<Map.Entry<Key,Value>> scanner,
                                     boolean printTimestamps)

getDefaultFormatter

public static Formatter getDefaultFormatter(Iterable<Map.Entry<Key,Value>> scanner,
                                            boolean printTimestamps)


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