public class AssignmentsDecoder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssignmentsDecoder.SubscriptionsDecoder |
| Modifier and Type | Field and Description |
|---|---|
protected int |
actingBlockLength |
protected int |
actingVersion |
static int |
BLOCK_LENGTH |
static java.nio.ByteOrder |
BYTE_ORDER |
protected int |
limit |
protected int |
offset |
static int |
SCHEMA_ID |
static int |
SCHEMA_VERSION |
static int |
TEMPLATE_ID |
| Constructor and Description |
|---|
AssignmentsDecoder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
org.agrona.DirectBuffer |
buffer() |
int |
encodedLength() |
int |
limit() |
void |
limit(int limit) |
int |
offset() |
int |
sbeBlockLength() |
int |
sbeSchemaId() |
int |
sbeSchemaVersion() |
java.lang.String |
sbeSemanticType() |
int |
sbeTemplateId() |
AssignmentsDecoder.SubscriptionsDecoder |
subscriptions() |
static long |
subscriptionsDecoderId() |
static int |
subscriptionsDecoderSinceVersion() |
java.lang.String |
toString() |
AssignmentsDecoder |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int actingBlockLength,
int actingVersion) |
public static final int BLOCK_LENGTH
public static final int TEMPLATE_ID
public static final int SCHEMA_ID
public static final int SCHEMA_VERSION
public static final java.nio.ByteOrder BYTE_ORDER
protected int offset
protected int limit
protected int actingBlockLength
protected int actingVersion
public int sbeBlockLength()
public int sbeTemplateId()
public int sbeSchemaId()
public int sbeSchemaVersion()
public java.lang.String sbeSemanticType()
public org.agrona.DirectBuffer buffer()
public int offset()
public AssignmentsDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
public int encodedLength()
public int limit()
public void limit(int limit)
public static long subscriptionsDecoderId()
public static int subscriptionsDecoderSinceVersion()
public AssignmentsDecoder.SubscriptionsDecoder subscriptions()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)