Package io.dingodb.node
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 TypeMethodDescriptiongetEpoch().dingodb.pb.common.RegionEpoch epoch = 4;.dingodb.pb.common.RegionEpoch epoch = 4;getFilenames(int index) repeated string filenames = 3;com.google.protobuf.ByteStringgetFilenamesBytes(int index) repeated string filenames = 3;intrepeated string filenames = 3;repeated string filenames = 3;getRange().dingodb.pb.common.Range range = 5;.dingodb.pb.common.Range range = 5;longint64 snapshot_log_index = 2;longint64 vector_index_id = 1;booleanhasEpoch().dingodb.pb.common.RegionEpoch epoch = 4;booleanhasRange().dingodb.pb.common.Range range = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
repeated string filenames = 3;- Returns:
- A list containing the filenames.
-
getFilenamesCount
int getFilenamesCount()repeated string filenames = 3;- Returns:
- The count of filenames.
-
getFilenames
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;
-