public class SimpleRecordParser extends Object implements RecordParser
| Constructor and Description |
|---|
SimpleRecordParser() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp() |
Map<String,String> |
parseRecord(String record) |
void |
setTimestamp(long ts) |
public Map<String,String> parseRecord(String record)
parseRecord in interface RecordParserpublic void setTimestamp(long ts)
setTimestamp in interface RecordParserpublic long getTimestamp()
getTimestamp in interface RecordParserCopyright © 2025. All rights reserved.