Class MessageHeaderEncoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.MessageHeaderEncoder
-
@Generated("org.deeplearning4j.ui.stats.sbe.MessageHeaderEncoder") public class MessageHeaderEncoder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intENCODED_LENGTH
-
Constructor Summary
Constructors Constructor Description MessageHeaderEncoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageHeaderEncoderblockLength(int value)static intblockLengthMaxValue()static intblockLengthMinValue()static intblockLengthNullValue()intencodedLength()MessageHeaderEncoderschemaId(int value)static intschemaIdMaxValue()static intschemaIdMinValue()static intschemaIdNullValue()MessageHeaderEncodertemplateId(int value)static inttemplateIdMaxValue()static inttemplateIdMinValue()static inttemplateIdNullValue()MessageHeaderEncoderversion(int value)static intversionMaxValue()static intversionMinValue()static intversionNullValue()MessageHeaderEncoderwrap(org.agrona.MutableDirectBuffer buffer, int offset)
-
-
-
Field Detail
-
ENCODED_LENGTH
public static final int ENCODED_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
wrap
public MessageHeaderEncoder wrap(org.agrona.MutableDirectBuffer buffer, int offset)
-
encodedLength
public int encodedLength()
-
blockLengthNullValue
public static int blockLengthNullValue()
-
blockLengthMinValue
public static int blockLengthMinValue()
-
blockLengthMaxValue
public static int blockLengthMaxValue()
-
blockLength
public MessageHeaderEncoder blockLength(int value)
-
templateIdNullValue
public static int templateIdNullValue()
-
templateIdMinValue
public static int templateIdMinValue()
-
templateIdMaxValue
public static int templateIdMaxValue()
-
templateId
public MessageHeaderEncoder templateId(int value)
-
schemaIdNullValue
public static int schemaIdNullValue()
-
schemaIdMinValue
public static int schemaIdMinValue()
-
schemaIdMaxValue
public static int schemaIdMaxValue()
-
schemaId
public MessageHeaderEncoder schemaId(int value)
-
versionNullValue
public static int versionNullValue()
-
versionMinValue
public static int versionMinValue()
-
versionMaxValue
public static int versionMaxValue()
-
version
public MessageHeaderEncoder version(int value)
-
-