Package io.zeebe.exporter.proto
Interface Schema.RecordMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.RecordMetadata,Schema.RecordMetadata.Builder
- Enclosing class:
- Schema
public static interface Schema.RecordMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIntent()string intent = 6;com.google.protobuf.ByteStringgetIntentBytes()string intent = 6;longgetKey()int64 key = 3;intgetPartitionId()int32 partitionId = 1;longgetPosition()int64 position = 2;Schema.RecordMetadata.RecordTypegetRecordType().exporter_protocol.RecordMetadata.RecordType recordType = 5;intgetRecordTypeValue().exporter_protocol.RecordMetadata.RecordType recordType = 5;StringgetRejectionReason()string rejectionReason = 10;com.google.protobuf.ByteStringgetRejectionReasonBytes()string rejectionReason = 10;StringgetRejectionType()string rejectionType = 9;com.google.protobuf.ByteStringgetRejectionTypeBytes()string rejectionType = 9;longgetSourceRecordPosition()int64 sourceRecordPosition = 8;longgetTimestamp()int64 timestamp = 4;Schema.RecordMetadata.ValueTypegetValueType().exporter_protocol.RecordMetadata.ValueType valueType = 7;intgetValueTypeValue().exporter_protocol.RecordMetadata.ValueType valueType = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPartitionId
int getPartitionId()
int32 partitionId = 1;
-
getPosition
long getPosition()
int64 position = 2;
-
getKey
long getKey()
int64 key = 3;
-
getTimestamp
long getTimestamp()
int64 timestamp = 4;
-
getRecordTypeValue
int getRecordTypeValue()
.exporter_protocol.RecordMetadata.RecordType recordType = 5;
-
getRecordType
Schema.RecordMetadata.RecordType getRecordType()
.exporter_protocol.RecordMetadata.RecordType recordType = 5;
-
getIntent
String getIntent()
string intent = 6;
-
getIntentBytes
com.google.protobuf.ByteString getIntentBytes()
string intent = 6;
-
getValueTypeValue
int getValueTypeValue()
.exporter_protocol.RecordMetadata.ValueType valueType = 7;
-
getValueType
Schema.RecordMetadata.ValueType getValueType()
.exporter_protocol.RecordMetadata.ValueType valueType = 7;
-
getSourceRecordPosition
long getSourceRecordPosition()
int64 sourceRecordPosition = 8;
-
getRejectionType
String getRejectionType()
string rejectionType = 9;
-
getRejectionTypeBytes
com.google.protobuf.ByteString getRejectionTypeBytes()
string rejectionType = 9;
-
getRejectionReason
String getRejectionReason()
string rejectionReason = 10;
-
getRejectionReasonBytes
com.google.protobuf.ByteString getRejectionReasonBytes()
string rejectionReason = 10;
-
-