org.apache.accumulo.core.util.format
Class DeleterFormatter
java.lang.Object
org.apache.accumulo.core.util.format.DefaultFormatter
org.apache.accumulo.core.util.format.DeleterFormatter
- All Implemented Interfaces:
- Iterator<String>, Formatter
public class DeleterFormatter
- extends DefaultFormatter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleterFormatter
public DeleterFormatter(BatchWriter writer,
Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
Shell shellState,
boolean force)
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.