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

All Superinterfaces:
java.util.Iterator<java.lang.String>
All Known Implementing Classes:
DefaultFormatter, DeleterFormatter, ShardedTableDistributionFormatter, StatisticsDisplayFormatter, TraceFormatter

public interface Formatter
extends java.util.Iterator<java.lang.String>


Method Summary
 void initialize(java.lang.Iterable<java.util.Map.Entry<Key,Value>> scanner, boolean printTimestamps)
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

initialize

void initialize(java.lang.Iterable<java.util.Map.Entry<Key,Value>> scanner,
                boolean printTimestamps)


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