Package io.camunda.zeebe.streamprocessor
Class UnwrittenRecord
java.lang.Object
io.camunda.zeebe.streamprocessor.UnwrittenRecord
- All Implemented Interfaces:
TypedRecord,JsonSerializable,Record
-
Constructor Summary
ConstructorsConstructorDescriptionUnwrittenRecord(long key, int partitionId, UnifiedRecordValue value, RecordMetadata metadata) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.engine.api.TypedRecord
hasRequestMetadata
-
Constructor Details
-
UnwrittenRecord
public UnwrittenRecord(long key, int partitionId, UnifiedRecordValue value, RecordMetadata metadata)
-
-
Method Details
-
getPosition
public long getPosition()- Specified by:
getPositionin interfaceRecord
-
getSourceRecordPosition
public long getSourceRecordPosition()- Specified by:
getSourceRecordPositionin interfaceRecord
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestampin interfaceRecord
-
getIntent
-
getPartitionId
public int getPartitionId()- Specified by:
getPartitionIdin interfaceRecord
-
getRecordType
- Specified by:
getRecordTypein interfaceRecord
-
getRejectionType
- Specified by:
getRejectionTypein interfaceRecord
-
getRejectionReason
- Specified by:
getRejectionReasonin interfaceRecord
-
getBrokerVersion
- Specified by:
getBrokerVersionin interfaceRecord
-
getValueType
- Specified by:
getValueTypein interfaceRecord
-
getKey
public long getKey()- Specified by:
getKeyin interfaceRecord- Specified by:
getKeyin interfaceTypedRecord
-
getValue
- Specified by:
getValuein interfaceRecord- Specified by:
getValuein interfaceTypedRecord
-
getRequestStreamId
public int getRequestStreamId()- Specified by:
getRequestStreamIdin interfaceTypedRecord
-
getRequestId
public long getRequestId()- Specified by:
getRequestIdin interfaceTypedRecord
-
getLength
public int getLength()- Specified by:
getLengthin interfaceTypedRecord
-