Class ExecuteCommandRequest
java.lang.Object
io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- All Implemented Interfaces:
BufferReader,BufferWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetKey()intintorg.agrona.DirectBuffergetValue()reset()setAuthorization(AuthInfo authorization) setAuthorization(org.agrona.DirectBuffer buffer) setKey(long key) setPartitionId(int partitionId) 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
copyFromMethods inherited from interface io.camunda.zeebe.util.buffer.BufferWriter
copyTo
-
Constructor Details
-
ExecuteCommandRequest
public ExecuteCommandRequest()
-
-
Method Details
-
reset
-
getPartitionId
public int getPartitionId() -
setPartitionId
-
getKey
public long getKey() -
setKey
-
getValueType
-
setValueType
-
getIntent
-
setIntent
-
getValue
public org.agrona.DirectBuffer getValue() -
setValue
-
getAuthorization
-
setAuthorization
-
setAuthorization
-
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
-