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

All Superinterfaces:
Iterator<String>
All Known Implementing Classes:
AggregatingFormatter, BinaryFormatter, DateStringFormatter, DefaultFormatter, DeleterFormatter, HexFormatter, HexScanInterpreter, ShardedTableDistributionFormatter, StatisticsDisplayFormatter, TraceFormatter

public interface Formatter
extends Iterator<String>


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

Method Detail

initialize

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


Copyright © 2015 Apache Accumulo Project. All rights reserved.