Package io.zeebe.engine.state.deployment
Class Digest
- java.lang.Object
-
- io.zeebe.msgpack.value.BaseValue
-
- io.zeebe.msgpack.value.ObjectValue
-
- io.zeebe.msgpack.UnpackedObject
-
- io.zeebe.engine.state.deployment.Digest
-
- All Implemented Interfaces:
DbValue,Recyclable,BufferReader,BufferWriter
public class Digest extends UnpackedObject implements DbValue
-
-
Field Summary
-
Fields inherited from class io.zeebe.msgpack.UnpackedObject
reader, writer
-
-
Constructor Summary
Constructors Constructor Description Digest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.agrona.DirectBufferget()Digestset(org.agrona.DirectBuffer digest)-
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
-
-
-
-
Method Detail
-
get
public org.agrona.DirectBuffer get()
-
set
public Digest set(org.agrona.DirectBuffer digest)
-
-