Class StatusFormatter
java.lang.Object
org.apache.accumulo.server.replication.StatusFormatter
Deprecated.
Parse and print the serialized protocol buffers used to track replication data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringBuilder
appendBytes
(StringBuilder sb, byte[] ba, int offset, int len) Deprecated.protected StringBuilder
appendText
(StringBuilder sb, org.apache.hadoop.io.Text t) Deprecated.formatEntry
(Key key, Replication.Status status, DateFormat timestampFormat) Deprecated.boolean
hasNext()
Deprecated.void
initialize
(Iterable<Map.Entry<Key, Value>> scanner, FormatterConfig config) Deprecated.next()
Deprecated.void
remove()
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
StatusFormatter
public StatusFormatter()Deprecated.
-
-
Method Details
-
hasNext
public boolean hasNext()Deprecated. -
next
Deprecated. -
formatEntry
Deprecated. -
appendText
Deprecated. -
appendBytes
Deprecated. -
remove
public void remove()Deprecated. -
initialize
Deprecated.- Specified by:
initialize
in interfaceFormatter
-