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

java.lang.Object
  extended by org.apache.accumulo.core.util.format.DefaultFormatter
      extended by org.apache.accumulo.core.util.format.DeleterFormatter
All Implemented Interfaces:
Iterator<String>, Formatter

public class DeleterFormatter
extends DefaultFormatter


Constructor Summary
DeleterFormatter(BatchWriter writer, Iterable<Map.Entry<Key,Value>> scanner, boolean printTimestamps, Shell shellState, boolean force)
           
 
Method Summary
 boolean hasNext()
           
 String next()
           
 
Methods inherited from class org.apache.accumulo.core.util.format.DefaultFormatter
formatEntry, getScannerIterator, initialize, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleterFormatter

public DeleterFormatter(BatchWriter writer,
                        Iterable<Map.Entry<Key,Value>> scanner,
                        boolean printTimestamps,
                        Shell shellState,
                        boolean force)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<String>
Overrides:
hasNext in class DefaultFormatter

next

public String next()
Specified by:
next in interface Iterator<String>
Overrides:
next in class DefaultFormatter


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