Class VariableDocumentRecord
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.variable.VariableDocumentRecord
- All Implemented Interfaces:
Recyclable,JsonSerializable,RecordValue,RecordValueWithVariables,TenantOwned,VariableDocumentRecordValue,BufferReader,BufferWriter
public final class VariableDocumentRecord
extends UnifiedRecordValue
implements VariableDocumentRecordValue
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.UnpackedObject
reader, writerFields inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
DEFAULT_TENANT_IDENTIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongorg.agrona.DirectBufferinthashCode()setScopeKey(long scopeKey) setUpdateSemantics(VariableDocumentUpdateSemantic updateSemantics) setVariables(org.agrona.DirectBuffer variables) wrap(VariableDocumentRecord other) Methods inherited from class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
getEncodedLength, getLength, isEmpty, toJsonMethods inherited from class io.camunda.zeebe.msgpack.UnpackedObject
wrap, wrap, writeMethods inherited from class io.camunda.zeebe.msgpack.value.ObjectValue
declareProperty, read, reset, write, writeJSONMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFromMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.msgpack.Recyclable
reset
-
Constructor Details
-
VariableDocumentRecord
public VariableDocumentRecord()
-
-
Method Details
-
wrap
-
getScopeKey
public long getScopeKey()- Specified by:
getScopeKeyin interfaceVariableDocumentRecordValue
-
setScopeKey
-
getUpdateSemantics
- Specified by:
getUpdateSemanticsin interfaceVariableDocumentRecordValue
-
setUpdateSemantics
-
getVariables
- Specified by:
getVariablesin interfaceRecordValueWithVariables
-
setVariables
-
getVariablesBuffer
public org.agrona.DirectBuffer getVariablesBuffer() -
hashCode
public int hashCode()- Overrides:
hashCodein classObjectValue
-
equals
- Overrides:
equalsin classObjectValue
-
getTenantId
- Specified by:
getTenantIdin interfaceTenantOwned
-