Interface StoreInternal.VectorIndexSnapshotMetaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreInternal.VectorIndexSnapshotMeta, StoreInternal.VectorIndexSnapshotMeta.Builder
Enclosing class:
StoreInternal

public static interface StoreInternal.VectorIndexSnapshotMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dingodb.pb.common.RegionEpoch epoch = 3;
    .dingodb.pb.common.RegionEpoch epoch = 3;
    .dingodb.pb.common.Range range = 4;
    .dingodb.pb.common.Range range = 4;
    long
    int64 snapshot_log_id = 2;
    long
    int64 vector_index_id = 1;
    boolean
    .dingodb.pb.common.RegionEpoch epoch = 3;
    boolean
    .dingodb.pb.common.Range range = 4;

    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 Details

    • getVectorIndexId

      long getVectorIndexId()
      int64 vector_index_id = 1;
      Returns:
      The vectorIndexId.
    • getSnapshotLogId

      long getSnapshotLogId()
      int64 snapshot_log_id = 2;
      Returns:
      The snapshotLogId.
    • hasEpoch

      boolean hasEpoch()
      .dingodb.pb.common.RegionEpoch epoch = 3;
      Returns:
      Whether the epoch field is set.
    • getEpoch

      Common.RegionEpoch getEpoch()
      .dingodb.pb.common.RegionEpoch epoch = 3;
      Returns:
      The epoch.
    • getEpochOrBuilder

      Common.RegionEpochOrBuilder getEpochOrBuilder()
      .dingodb.pb.common.RegionEpoch epoch = 3;
    • hasRange

      boolean hasRange()
      .dingodb.pb.common.Range range = 4;
      Returns:
      Whether the range field is set.
    • getRange

      Common.Range getRange()
      .dingodb.pb.common.Range range = 4;
      Returns:
      The range.
    • getRangeOrBuilder

      Common.RangeOrBuilder getRangeOrBuilder()
      .dingodb.pb.common.Range range = 4;