Interface RecordFormatter
- All Known Implementing Classes:
AbstractRecordFormatter,MessagePackRecordFormatter
public interface RecordFormatter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]formatFromMessagePack(String tag, Object timestamp, byte[] mapValue, int offset, int len) byte[]formatFromMessagePack(String tag, Object timestamp, ByteBuffer mapValue)
-
Method Details
-
format
-
formatFromMessagePack
-
formatFromMessagePack
-
formatName
String formatName()
-