Class LastProcessedPosition
java.lang.Object
io.camunda.zeebe.msgpack.value.BaseValue
io.camunda.zeebe.msgpack.value.ObjectValue
io.camunda.zeebe.msgpack.UnpackedObject
io.camunda.zeebe.engine.state.processing.LastProcessedPosition
- All Implemented Interfaces:
DbValue
,Recyclable
,BufferReader
,BufferWriter
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.UnpackedObject
reader, writer
-
Constructor Summary
-
Method Summary
Methods inherited from class io.camunda.zeebe.msgpack.UnpackedObject
getLength, wrap, wrap, write
Methods inherited from class io.camunda.zeebe.msgpack.value.ObjectValue
declareProperty, equals, getEncodedLength, hashCode, isEmpty, read, reset, write, writeJSON
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFrom, wrap
Methods inherited from interface io.camunda.zeebe.util.buffer.BufferWriter
copyTo, getLength, write
Methods inherited from interface io.camunda.zeebe.msgpack.Recyclable
reset
-
Constructor Details
-
LastProcessedPosition
public LastProcessedPosition()
-
-
Method Details
-
set
public void set(long position) -
get
public long get()
-