Class PushDeploymentRequestDecoder
- java.lang.Object
-
- io.camunda.zeebe.clustering.management.PushDeploymentRequestDecoder
-
- All Implemented Interfaces:
org.agrona.sbe.DecoderFlyweight,org.agrona.sbe.Flyweight,org.agrona.sbe.MessageDecoderFlyweight,org.agrona.sbe.MessageFlyweight
public final class PushDeploymentRequestDecoder extends Object implements org.agrona.sbe.MessageDecoderFlyweight
-
-
Field Summary
Fields Modifier and Type Field Description static intBLOCK_LENGTHstatic ByteOrderBYTE_ORDERstatic intSCHEMA_IDstatic intSCHEMA_VERSIONstatic intTEMPLATE_ID
-
Constructor Summary
Constructors Constructor Description PushDeploymentRequestDecoder()
-
Method Summary
-
-
-
Field Detail
-
BLOCK_LENGTH
public static final int BLOCK_LENGTH
- See Also:
- Constant Field Values
-
TEMPLATE_ID
public static final int TEMPLATE_ID
- See Also:
- Constant Field Values
-
SCHEMA_ID
public static final int SCHEMA_ID
- See Also:
- Constant Field Values
-
SCHEMA_VERSION
public static final int SCHEMA_VERSION
- See Also:
- Constant Field Values
-
BYTE_ORDER
public static final ByteOrder BYTE_ORDER
-
-
Method Detail
-
sbeBlockLength
public int sbeBlockLength()
- Specified by:
sbeBlockLengthin interfaceorg.agrona.sbe.MessageFlyweight
-
sbeTemplateId
public int sbeTemplateId()
- Specified by:
sbeTemplateIdin interfaceorg.agrona.sbe.MessageFlyweight
-
sbeSchemaId
public int sbeSchemaId()
- Specified by:
sbeSchemaIdin interfaceorg.agrona.sbe.Flyweight
-
sbeSchemaVersion
public int sbeSchemaVersion()
- Specified by:
sbeSchemaVersionin interfaceorg.agrona.sbe.Flyweight
-
sbeSemanticType
public String sbeSemanticType()
- Specified by:
sbeSemanticTypein interfaceorg.agrona.sbe.MessageFlyweight
-
buffer
public org.agrona.DirectBuffer buffer()
- Specified by:
bufferin interfaceorg.agrona.sbe.Flyweight
-
initialOffset
public int initialOffset()
-
offset
public int offset()
- Specified by:
offsetin interfaceorg.agrona.sbe.Flyweight- Specified by:
offsetin interfaceorg.agrona.sbe.MessageFlyweight
-
wrap
public PushDeploymentRequestDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
- Specified by:
wrapin interfaceorg.agrona.sbe.MessageDecoderFlyweight
-
wrapAndApplyHeader
public PushDeploymentRequestDecoder wrapAndApplyHeader(org.agrona.DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
-
encodedLength
public int encodedLength()
- Specified by:
encodedLengthin interfaceorg.agrona.sbe.Flyweight
-
limit
public int limit()
-
limit
public void limit(int limit)
-
partitionIdId
public static int partitionIdId()
-
partitionIdSinceVersion
public static int partitionIdSinceVersion()
-
partitionIdEncodingOffset
public static int partitionIdEncodingOffset()
-
partitionIdEncodingLength
public static int partitionIdEncodingLength()
-
partitionIdMetaAttribute
public static String partitionIdMetaAttribute(MetaAttribute metaAttribute)
-
partitionIdNullValue
public static int partitionIdNullValue()
-
partitionIdMinValue
public static int partitionIdMinValue()
-
partitionIdMaxValue
public static int partitionIdMaxValue()
-
partitionId
public int partitionId()
-
deploymentKeyId
public static int deploymentKeyId()
-
deploymentKeySinceVersion
public static int deploymentKeySinceVersion()
-
deploymentKeyEncodingOffset
public static int deploymentKeyEncodingOffset()
-
deploymentKeyEncodingLength
public static int deploymentKeyEncodingLength()
-
deploymentKeyMetaAttribute
public static String deploymentKeyMetaAttribute(MetaAttribute metaAttribute)
-
deploymentKeyNullValue
public static long deploymentKeyNullValue()
-
deploymentKeyMinValue
public static long deploymentKeyMinValue()
-
deploymentKeyMaxValue
public static long deploymentKeyMaxValue()
-
deploymentKey
public long deploymentKey()
-
deploymentId
public static int deploymentId()
-
deploymentSinceVersion
public static int deploymentSinceVersion()
-
deploymentCharacterEncoding
public static String deploymentCharacterEncoding()
-
deploymentMetaAttribute
public static String deploymentMetaAttribute(MetaAttribute metaAttribute)
-
deploymentHeaderLength
public static int deploymentHeaderLength()
-
deploymentLength
public int deploymentLength()
-
skipDeployment
public int skipDeployment()
-
getDeployment
public int getDeployment(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
-
getDeployment
public int getDeployment(byte[] dst, int dstOffset, int length)
-
wrapDeployment
public void wrapDeployment(org.agrona.DirectBuffer wrapBuffer)
-
deployment
public String deployment()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
- Specified by:
appendToin interfaceorg.agrona.sbe.MessageDecoderFlyweight
-
-