Class CommandDistributionRecord
java.lang.Object
io.camunda.zeebe.msgpack.value.BaseValue
io.camunda.zeebe.msgpack.value.ObjectValue
io.camunda.zeebe.msgpack.UnpackedObject
io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- All Implemented Interfaces:
Recyclable,JsonSerializable,RecordValue,CommandDistributionRecordValue,BufferReader,BufferWriter
public final class CommandDistributionRecord
extends UnifiedRecordValue
implements CommandDistributionRecordValue
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.UnpackedObject
reader, writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintsetPartitionId(int partitionId) setRecordValue(UnifiedRecordValue recordValue) setValueType(ValueType valueType) Methods inherited from class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
getEncodedLength, getLength, toJsonMethods inherited from class io.camunda.zeebe.msgpack.UnpackedObject
wrap, wrap, writeMethods inherited from class io.camunda.zeebe.msgpack.value.ObjectValue
declareProperty, equals, hashCode, read, reset, write, writeJSONMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.msgpack.Recyclable
reset
-
Constructor Details
-
CommandDistributionRecord
public CommandDistributionRecord()
-
-
Method Details
-
getPartitionId
public int getPartitionId()- Specified by:
getPartitionIdin interfaceCommandDistributionRecordValue
-
getValueType
- Specified by:
getValueTypein interfaceCommandDistributionRecordValue
-
getCommandValue
- Specified by:
getCommandValuein interfaceCommandDistributionRecordValue
-
setValueType
-
setPartitionId
-
setRecordValue
-