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 int
ENCODED_LENGTH
-
Constructor Summary
Constructors Constructor Description MessageHeaderEncoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageHeaderEncoder
blockLength(int value)
static int
blockLengthMaxValue()
static int
blockLengthMinValue()
static int
blockLengthNullValue()
int
encodedLength()
MessageHeaderEncoder
schemaId(int value)
static int
schemaIdMaxValue()
static int
schemaIdMinValue()
static int
schemaIdNullValue()
MessageHeaderEncoder
templateId(int value)
static int
templateIdMaxValue()
static int
templateIdMinValue()
static int
templateIdNullValue()
MessageHeaderEncoder
version(int value)
static int
versionMaxValue()
static int
versionMinValue()
static int
versionNullValue()
MessageHeaderEncoder
wrap(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)
-
-