@Deprecated public class WatermarkedMicroTimestampLongConverter extends MicroTimestampLongConverter
INSTANCEINCLUDE_ZONE_SUFFIX_WHEN_ZONE_IS_UTC_SYSTEM_PROPERTY, TIMESTAMP_LONG_CONVERTERS_ZONE_ID_SYSTEM_PROPERTY, UTC| Constructor and Description |
|---|
WatermarkedMicroTimestampLongConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
long value)
Deprecated.
Appends the provided long value to the given
StringBuilder. |
long |
parse(CharSequence text)
Deprecated.
Parses the provided text and converts it into a long timestamp.
|
appendFraction, parseFormattedDate, parseTimestampappend, appendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEncode, allSafeChars, asString, asText, asText, forSymbols, lengthCheck, maxParseLength, maxParseLengthpublic WatermarkedMicroTimestampLongConverter()
public long parse(CharSequence text)
AbstractTimestampLongConverterparse in interface LongConverterparse in class AbstractTimestampLongConvertertext - the text to be parsedpublic void append(StringBuilder text, long value)
AbstractTimestampLongConverterStringBuilder. This method delegates to append(Appendable, long).append in interface LongConverterappend in class AbstractTimestampLongConvertertext - the StringBuilder to append tovalue - the long value to be appendedCopyright © 2023. All rights reserved.