Class PendingDeploymentDistribution
- java.lang.Object
-
- io.zeebe.msgpack.value.BaseValue
-
- io.zeebe.msgpack.value.ObjectValue
-
- io.zeebe.msgpack.UnpackedObject
-
- io.zeebe.engine.processing.deployment.distribute.PendingDeploymentDistribution
-
- All Implemented Interfaces:
DbValue,Recyclable,BufferReader,BufferWriter
public class PendingDeploymentDistribution extends UnpackedObject implements DbValue
-
-
Field Summary
-
Fields inherited from class io.zeebe.msgpack.UnpackedObject
reader, writer
-
-
Constructor Summary
Constructors Constructor Description PendingDeploymentDistribution(org.agrona.DirectBuffer deployment, long sourcePosition, int distributionCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdecrementDistributionCount()org.agrona.DirectBuffergetDeployment()longgetSourcePosition()-
Methods inherited from class io.zeebe.msgpack.UnpackedObject
getLength, wrap, wrap, write
-
Methods inherited from class io.zeebe.msgpack.value.ObjectValue
declareProperty, equals, getEncodedLength, hashCode, read, reset, write, writeJSON
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.zeebe.util.buffer.BufferReader
wrap
-
Methods inherited from interface io.zeebe.util.buffer.BufferWriter
getLength, write
-
Methods inherited from interface io.zeebe.msgpack.Recyclable
reset
-
-