public final class RecordingSubscriptionDescriptorEncoder extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BLOCK_LENGTH |
static ByteOrder |
BYTE_ORDER |
static int |
SCHEMA_ID |
static int |
SCHEMA_VERSION |
static int |
TEMPLATE_ID |
Constructor and Description |
---|
RecordingSubscriptionDescriptorEncoder() |
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 ByteOrder BYTE_ORDER
public RecordingSubscriptionDescriptorEncoder()
public int sbeBlockLength()
public int sbeTemplateId()
public int sbeSchemaId()
public int sbeSchemaVersion()
public String sbeSemanticType()
public MutableDirectBuffer buffer()
public int initialOffset()
public int offset()
public RecordingSubscriptionDescriptorEncoder wrap(MutableDirectBuffer buffer, int offset)
public RecordingSubscriptionDescriptorEncoder wrapAndApplyHeader(MutableDirectBuffer buffer, int offset, MessageHeaderEncoder headerEncoder)
public int encodedLength()
public int limit()
public void limit(int limit)
public static int controlSessionIdId()
public static int controlSessionIdSinceVersion()
public static int controlSessionIdEncodingOffset()
public static int controlSessionIdEncodingLength()
public static String controlSessionIdMetaAttribute(MetaAttribute metaAttribute)
public static long controlSessionIdNullValue()
public static long controlSessionIdMinValue()
public static long controlSessionIdMaxValue()
public RecordingSubscriptionDescriptorEncoder controlSessionId(long value)
public static int correlationIdId()
public static int correlationIdSinceVersion()
public static int correlationIdEncodingOffset()
public static int correlationIdEncodingLength()
public static String correlationIdMetaAttribute(MetaAttribute metaAttribute)
public static long correlationIdNullValue()
public static long correlationIdMinValue()
public static long correlationIdMaxValue()
public RecordingSubscriptionDescriptorEncoder correlationId(long value)
public static int subscriptionIdId()
public static int subscriptionIdSinceVersion()
public static int subscriptionIdEncodingOffset()
public static int subscriptionIdEncodingLength()
public static String subscriptionIdMetaAttribute(MetaAttribute metaAttribute)
public static long subscriptionIdNullValue()
public static long subscriptionIdMinValue()
public static long subscriptionIdMaxValue()
public RecordingSubscriptionDescriptorEncoder subscriptionId(long value)
public static int streamIdId()
public static int streamIdSinceVersion()
public static int streamIdEncodingOffset()
public static int streamIdEncodingLength()
public static String streamIdMetaAttribute(MetaAttribute metaAttribute)
public static int streamIdNullValue()
public static int streamIdMinValue()
public static int streamIdMaxValue()
public RecordingSubscriptionDescriptorEncoder streamId(int value)
public static int strippedChannelId()
public static String strippedChannelCharacterEncoding()
public static String strippedChannelMetaAttribute(MetaAttribute metaAttribute)
public static int strippedChannelHeaderLength()
public RecordingSubscriptionDescriptorEncoder putStrippedChannel(DirectBuffer src, int srcOffset, int length)
public RecordingSubscriptionDescriptorEncoder putStrippedChannel(byte[] src, int srcOffset, int length)
public RecordingSubscriptionDescriptorEncoder strippedChannel(String value)
public RecordingSubscriptionDescriptorEncoder strippedChannel(CharSequence value)
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.