Class ExecuteCommandResponse
java.lang.Object
io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- All Implemented Interfaces:
BufferReader,BufferWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetKey()intintorg.agrona.DirectBufferorg.agrona.DirectBuffergetValue()reset()setKey(long key) setPartitionId(int partitionId) setRecordType(RecordType recordType) setRejectionReason(org.agrona.DirectBuffer buffer, int offset, int length) setRejectionType(RejectionType rejectionType) setValue(org.agrona.DirectBuffer buffer, int offset, int length) setValueType(ValueType valueType) voidwrap(org.agrona.DirectBuffer buffer, int offset, int length) voidwrite(org.agrona.MutableDirectBuffer buffer, int offset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFrom
-
Constructor Details
-
ExecuteCommandResponse
public ExecuteCommandResponse()
-
-
Method Details
-
reset
-
getPartitionId
public int getPartitionId() -
setPartitionId
-
getKey
public long getKey() -
setKey
-
getRecordType
-
setRecordType
-
getValueType
-
setValueType
-
getIntent
-
setIntent
-
getRejectionType
-
setRejectionType
-
getValue
public org.agrona.DirectBuffer getValue() -
setValue
-
getRejectionReason
public org.agrona.DirectBuffer getRejectionReason() -
setRejectionReason
public ExecuteCommandResponse setRejectionReason(org.agrona.DirectBuffer buffer, int offset, int length) -
wrap
public void wrap(org.agrona.DirectBuffer buffer, int offset, int length) - Specified by:
wrapin interfaceBufferReader
-
getLength
public int getLength()- Specified by:
getLengthin interfaceBufferWriter
-
write
public void write(org.agrona.MutableDirectBuffer buffer, int offset) - Specified by:
writein interfaceBufferWriter
-