org.apache.accumulo.core.util.format
Class DateStringFormatter
java.lang.Object
org.apache.accumulo.core.util.format.DateStringFormatter
- All Implemented Interfaces:
- Iterator<String>, Formatter
public class DateStringFormatter
- extends Object
- implements Formatter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE_FORMAT
public static final String DATE_FORMAT
- See Also:
- Constant Field Values
DateStringFormatter
public DateStringFormatter()
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.