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:
java.util.Iterator<java.lang.String>, Formatter

public class DeleterFormatter
extends DefaultFormatter


Constructor Summary
DeleterFormatter(BatchWriter writer, java.lang.Iterable<java.util.Map.Entry<Key,Value>> scanner, boolean printTimestamps, Shell shellState, boolean force)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.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,
                        java.lang.Iterable<java.util.Map.Entry<Key,Value>> scanner,
                        boolean printTimestamps,
                        Shell shellState,
                        boolean force)
Method Detail

hasNext

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

next

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


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