Interface Node.VectorIndexSnapshotMetaOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .dingodb.pb.common.RegionEpoch epoch = 4;
    .dingodb.pb.common.RegionEpoch epoch = 4;
    getFilenames(int index)
    repeated string filenames = 3;
    com.google.protobuf.ByteString
    getFilenamesBytes(int index)
    repeated string filenames = 3;
    int
    repeated string filenames = 3;
    repeated string filenames = 3;
    .dingodb.pb.common.Range range = 5;
    .dingodb.pb.common.Range range = 5;
    long
    int64 snapshot_log_index = 2;
    long
    int64 vector_index_id = 1;
    boolean
    .dingodb.pb.common.RegionEpoch epoch = 4;
    boolean
    .dingodb.pb.common.Range range = 5;

    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.
    • getSnapshotLogIndex

      long getSnapshotLogIndex()
      int64 snapshot_log_index = 2;
      Returns:
      The snapshotLogIndex.
    • getFilenamesList

      List<String> getFilenamesList()
      repeated string filenames = 3;
      Returns:
      A list containing the filenames.
    • getFilenamesCount

      int getFilenamesCount()
      repeated string filenames = 3;
      Returns:
      The count of filenames.
    • getFilenames

      String getFilenames(int index)
      repeated string filenames = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The filenames at the given index.
    • getFilenamesBytes

      com.google.protobuf.ByteString getFilenamesBytes(int index)
      repeated string filenames = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the filenames at the given index.
    • hasEpoch

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

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

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

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

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

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