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 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;
      • getIntent

        String getIntent()
        string intent = 6;
      • getIntentBytes

        com.google.protobuf.ByteString getIntentBytes()
        string intent = 6;
      • getValueTypeValue

        int getValueTypeValue()
        .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;