@Generated(value="org.deeplearning4j.ui.stats.sbe.MessageHeaderDecoder")
public class MessageHeaderDecoder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ENCODED_LENGTH |
Constructor and Description |
---|
MessageHeaderDecoder() |
Modifier and Type | Method and 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) |
public static final int ENCODED_LENGTH
public MessageHeaderDecoder wrap(org.agrona.DirectBuffer buffer, int offset)
public int encodedLength()
public static int blockLengthNullValue()
public static int blockLengthMinValue()
public static int blockLengthMaxValue()
public int blockLength()
public static int templateIdNullValue()
public static int templateIdMinValue()
public static int templateIdMaxValue()
public int templateId()
public static int schemaIdNullValue()
public static int schemaIdMinValue()
public static int schemaIdMaxValue()
public int schemaId()
public static int versionNullValue()
public static int versionMinValue()
public static int versionMaxValue()
public int version()