Package io.camunda.zeebe.protocol.record
Class ExecuteQueryResponseDecoder
java.lang.Object
io.camunda.zeebe.protocol.record.ExecuteQueryResponseDecoder
- All Implemented Interfaces:
org.agrona.sbe.DecoderFlyweight,org.agrona.sbe.Flyweight,org.agrona.sbe.MessageDecoderFlyweight,org.agrona.sbe.MessageFlyweight
public final class ExecuteQueryResponseDecoder
extends Object
implements org.agrona.sbe.MessageDecoderFlyweight
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendTo(StringBuilder builder) static Stringstatic intstatic intintstatic StringbpmnProcessIdMetaAttribute(MetaAttribute metaAttribute) static intorg.agrona.DirectBufferbuffer()intintgetBpmnProcessId(byte[] dst, int dstOffset, int length) intgetBpmnProcessId(org.agrona.MutableDirectBuffer dst, int dstOffset, int length) intintlimit()voidlimit(int limit) intoffset()intintintintsbeSkip()intinttoString()wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion) wrapAndApplyHeader(org.agrona.DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder) voidwrapBpmnProcessId(org.agrona.DirectBuffer wrapBuffer)
-
Field Details
-
BLOCK_LENGTH
public static final int BLOCK_LENGTH- See Also:
-
TEMPLATE_ID
public static final int TEMPLATE_ID- See Also:
-
SCHEMA_ID
public static final int SCHEMA_ID- See Also:
-
SCHEMA_VERSION
public static final int SCHEMA_VERSION- See Also:
-
SEMANTIC_VERSION
- See Also:
-
BYTE_ORDER
-
-
Constructor Details
-
ExecuteQueryResponseDecoder
public ExecuteQueryResponseDecoder()
-
-
Method Details
-
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
- 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
-
wrap
public ExecuteQueryResponseDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion) - Specified by:
wrapin interfaceorg.agrona.sbe.MessageDecoderFlyweight
-
wrapAndApplyHeader
public ExecuteQueryResponseDecoder wrapAndApplyHeader(org.agrona.DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder) -
sbeRewind
-
sbeDecodedLength
public int sbeDecodedLength()- Specified by:
sbeDecodedLengthin interfaceorg.agrona.sbe.MessageDecoderFlyweight
-
encodedLength
public int encodedLength()- Specified by:
encodedLengthin interfaceorg.agrona.sbe.Flyweight
-
limit
public int limit()- Specified by:
limitin interfaceorg.agrona.sbe.MessageFlyweight
-
limit
public void limit(int limit) - Specified by:
limitin interfaceorg.agrona.sbe.MessageFlyweight
-
bpmnProcessIdId
public static int bpmnProcessIdId() -
bpmnProcessIdSinceVersion
public static int bpmnProcessIdSinceVersion() -
bpmnProcessIdCharacterEncoding
-
bpmnProcessIdMetaAttribute
-
bpmnProcessIdHeaderLength
public static int bpmnProcessIdHeaderLength() -
bpmnProcessIdLength
public int bpmnProcessIdLength() -
skipBpmnProcessId
public int skipBpmnProcessId() -
getBpmnProcessId
public int getBpmnProcessId(org.agrona.MutableDirectBuffer dst, int dstOffset, int length) -
getBpmnProcessId
public int getBpmnProcessId(byte[] dst, int dstOffset, int length) -
wrapBpmnProcessId
public void wrapBpmnProcessId(org.agrona.DirectBuffer wrapBuffer) -
bpmnProcessId
-
toString
-
appendTo
- Specified by:
appendToin interfaceorg.agrona.sbe.MessageDecoderFlyweight
-
sbeSkip
-