Class MessageHeaderDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.MessageHeaderDecoder
-
@Generated("org.deeplearning4j.ui.stats.sbe.MessageHeaderDecoder") public class MessageHeaderDecoder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ENCODED_LENGTH
-
Constructor Summary
Constructors Constructor Description MessageHeaderDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
blockLength()
static int
blockLengthMaxValue()
static int
blockLengthMinValue()
static int
blockLengthNullValue()
int
encodedLength()
int
schemaId()
static int
schemaIdMaxValue()
static int
schemaIdMinValue()
static int
schemaIdNullValue()
int
templateId()
static int
templateIdMaxValue()
static int
templateIdMinValue()
static int
templateIdNullValue()
int
version()
static int
versionMaxValue()
static int
versionMinValue()
static int
versionNullValue()
MessageHeaderDecoder
wrap(org.agrona.DirectBuffer buffer, int offset)
-
-
-
Field Detail
-
ENCODED_LENGTH
public static final int ENCODED_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
wrap
public MessageHeaderDecoder wrap(org.agrona.DirectBuffer buffer, int offset)
-
encodedLength
public int encodedLength()
-
blockLengthNullValue
public static int blockLengthNullValue()
-
blockLengthMinValue
public static int blockLengthMinValue()
-
blockLengthMaxValue
public static int blockLengthMaxValue()
-
blockLength
public int blockLength()
-
templateIdNullValue
public static int templateIdNullValue()
-
templateIdMinValue
public static int templateIdMinValue()
-
templateIdMaxValue
public static int templateIdMaxValue()
-
templateId
public int templateId()
-
schemaIdNullValue
public static int schemaIdNullValue()
-
schemaIdMinValue
public static int schemaIdMinValue()
-
schemaIdMaxValue
public static int schemaIdMaxValue()
-
schemaId
public int schemaId()
-
versionNullValue
public static int versionNullValue()
-
versionMinValue
public static int versionMinValue()
-
versionMaxValue
public static int versionMaxValue()
-
version
public int version()
-
-