public static interface MatsSerializer.SerializedMatsTrace
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getMatsTraceBytes() |
java.lang.String |
getMeta() |
long |
getNanosCompression() |
long |
getNanosSerialization() |
default int |
getSizeCompressed() |
int |
getSizeUncompressed() |
byte[] getMatsTraceBytes()
MatsTrace - which probably also are compressed. Along with these
bytes, you need to supply back the meta information when invoking
MatsSerializer.deserializeMatsTrace(byte[], String).java.lang.String getMeta()
deserialization method.MatsSerializer.META_KEY_POSTFIXint getSizeUncompressed()
the bytes.long getNanosSerialization()
default int getSizeCompressed()
getMatsTraceBytes().lengthlong getNanosCompression()