Interface RecordFormatter

All Known Implementing Classes:
AbstractRecordFormatter, MessagePackRecordFormatter

public interface RecordFormatter
  • Method Details

    • format

      byte[] format(String tag, Object timestamp, Map<String,Object> data)
    • formatFromMessagePack

      byte[] formatFromMessagePack(String tag, Object timestamp, byte[] mapValue, int offset, int len)
    • formatFromMessagePack

      byte[] formatFromMessagePack(String tag, Object timestamp, ByteBuffer mapValue)
    • formatName

      String formatName()