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
checkState, formatEntry, formatEntry, getScannerIterator, initialize, isDoTimestamps, next, 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
Returns:
null, because the iteration will provide prompts and handle deletes internally.


Copyright © 2015 Apache Accumulo Project. All rights reserved.