Interface Schema.CheckpointRecordOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Schema.CheckpointRecord, Schema.CheckpointRecord.Builder
    Enclosing class:
    Schema

    public static interface Schema.CheckpointRecordOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getId()
      int64 id = 2;
      Schema.RecordMetadata getMetadata()
      .exporter_protocol.RecordMetadata metadata = 1;
      Schema.RecordMetadataOrBuilder getMetadataOrBuilder()
      .exporter_protocol.RecordMetadata metadata = 1;
      long getPosition()
      int64 position = 3;
      boolean hasMetadata()
      .exporter_protocol.RecordMetadata metadata = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasMetadata

        boolean hasMetadata()
        .exporter_protocol.RecordMetadata metadata = 1;
      • getId

        long getId()
        int64 id = 2;
      • getPosition

        long getPosition()
        int64 position = 3;