Package pl.tkowalcz.tjahzi.protobuf
Class EntrySerializer
- java.lang.Object
-
- pl.tkowalcz.tjahzi.protobuf.EntrySerializer
-
public class EntrySerializer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intLOG_LINE_FIELD_NUMBERstatic intTIMESTAMP_FIELD_NUMBER
-
Constructor Summary
Constructors Constructor Description EntrySerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidserialize(long timestamp, io.netty.buffer.ByteBuf logLine, io.netty.buffer.ByteBuf target)
-
-
-
Field Detail
-
TIMESTAMP_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOG_LINE_FIELD_NUMBER
public static final int LOG_LINE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-