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

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

public class DateStringFormatter
extends Object
implements Formatter


Field Summary
static String DATE_FORMAT
           
 
Constructor Summary
DateStringFormatter()
           
 
Method Summary
 boolean hasNext()
           
 void initialize(Iterable<Map.Entry<Key,Value>> scanner, boolean printTimestamps)
           
 String next()
           
 void remove()
           
 void setTimeZone(TimeZone zone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_FORMAT

public static final String DATE_FORMAT
See Also:
Constant Field Values
Constructor Detail

DateStringFormatter

public DateStringFormatter()
Method Detail

initialize

public void initialize(Iterable<Map.Entry<Key,Value>> scanner,
                       boolean printTimestamps)
Specified by:
initialize in interface Formatter

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<String>

next

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

remove

public void remove()
Specified by:
remove in interface Iterator<String>

setTimeZone

public void setTimeZone(TimeZone zone)


Copyright © 2015 Apache Accumulo Project. All rights reserved.