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

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

public class StatisticsDisplayFormatter
extends DefaultFormatter

Does not show contents from scan, only displays statistics. Beware that this work is being done client side and this was developed as a utility for debugging. If used on large result sets it will likely fail.


Constructor Summary
StatisticsDisplayFormatter()
           
 
Method Summary
 String next()
           
 
Methods inherited from class org.apache.accumulo.core.util.format.DefaultFormatter
formatEntry, getScannerIterator, hasNext, initialize, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsDisplayFormatter

public StatisticsDisplayFormatter()
Method Detail

next

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


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.