Interface Node.InstallVectorIndexSnapshotRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .dingodb.pb.node.VectorIndexSnapshotMeta meta = 3;
    .dingodb.pb.node.VectorIndexSnapshotMeta meta = 3;
    .dingodb.pb.common.RequestInfo request_info = 1;
    .dingodb.pb.common.RequestInfo request_info = 1;
    remote://host:port/reader_id
    com.google.protobuf.ByteString
    remote://host:port/reader_id
    boolean
    .dingodb.pb.node.VectorIndexSnapshotMeta meta = 3;
    boolean
    .dingodb.pb.common.RequestInfo request_info = 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 Details

    • hasRequestInfo

      boolean hasRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      Whether the requestInfo field is set.
    • getRequestInfo

      Common.RequestInfo getRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      The requestInfo.
    • getRequestInfoOrBuilder

      Common.RequestInfoOrBuilder getRequestInfoOrBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • getUri

      String getUri()
       remote://host:port/reader_id
       
      string uri = 2;
      Returns:
      The uri.
    • getUriBytes

      com.google.protobuf.ByteString getUriBytes()
       remote://host:port/reader_id
       
      string uri = 2;
      Returns:
      The bytes for uri.
    • hasMeta

      boolean hasMeta()
      .dingodb.pb.node.VectorIndexSnapshotMeta meta = 3;
      Returns:
      Whether the meta field is set.
    • getMeta

      .dingodb.pb.node.VectorIndexSnapshotMeta meta = 3;
      Returns:
      The meta.
    • getMetaOrBuilder

      .dingodb.pb.node.VectorIndexSnapshotMeta meta = 3;