public class WatermarkedMicroTimestampLongConverter extends MicroTimestampLongConverter
INSTANCE
Constructor and Description |
---|
WatermarkedMicroTimestampLongConverter() |
Modifier and Type | Method and Description |
---|---|
void |
append(StringBuilder text,
long value)
Appends the provided
value to the provided text . |
long |
parse(CharSequence text)
Parses the provided
CharSequence and returns the parsed results as a
long primitive. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asString, asText
public WatermarkedMicroTimestampLongConverter()
public long parse(CharSequence text)
LongConverter
CharSequence
and returns the parsed results as a
long
primitive.parse
in interface LongConverter
parse
in class MicroTimestampLongConverter
text
as an long
primitive.public void append(StringBuilder text, long value)
LongConverter
value
to the provided text
.append
in interface LongConverter
append
in class MicroTimestampLongConverter
Copyright © 2020. All rights reserved.