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

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

public class BinaryFormatter
extends DefaultFormatter


Constructor Summary
BinaryFormatter()
           
 
Method Summary
static StringBuilder appendText(StringBuilder sb, org.apache.hadoop.io.Text t)
           
static String formatEntry(Map.Entry<Key,Value> entry, boolean showTimestamps)
           
static void getlength(int length)
           
 String next()
           
 
Methods inherited from class org.apache.accumulo.core.util.format.DefaultFormatter
checkState, formatEntry, getScannerIterator, hasNext, initialize, isDoTimestamps, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFormatter

public BinaryFormatter()
Method Detail

next

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

formatEntry

public static String formatEntry(Map.Entry<Key,Value> entry,
                                 boolean showTimestamps)

appendText

public static StringBuilder appendText(StringBuilder sb,
                                       org.apache.hadoop.io.Text t)

getlength

public static void getlength(int length)


Copyright © 2015 Apache Accumulo Project. All rights reserved.