Interface Raft.VectorAddRequestOrBuilder

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

public static interface Raft.VectorAddRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string cf_name = 1;
    com.google.protobuf.ByteString
    string cf_name = 1;
    boolean
    bool is_update = 3;
    getVectors(int index)
    repeated .dingodb.pb.common.VectorWithId vectors = 2;
    int
    repeated .dingodb.pb.common.VectorWithId vectors = 2;
    repeated .dingodb.pb.common.VectorWithId vectors = 2;
    repeated .dingodb.pb.common.VectorWithId vectors = 2;
    repeated .dingodb.pb.common.VectorWithId vectors = 2;

    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

    • getCfName

      String getCfName()
      string cf_name = 1;
      Returns:
      The cfName.
    • getCfNameBytes

      com.google.protobuf.ByteString getCfNameBytes()
      string cf_name = 1;
      Returns:
      The bytes for cfName.
    • getVectorsList

      List<Common.VectorWithId> getVectorsList()
      repeated .dingodb.pb.common.VectorWithId vectors = 2;
    • getVectors

      Common.VectorWithId getVectors(int index)
      repeated .dingodb.pb.common.VectorWithId vectors = 2;
    • getVectorsCount

      int getVectorsCount()
      repeated .dingodb.pb.common.VectorWithId vectors = 2;
    • getVectorsOrBuilderList

      List<? extends Common.VectorWithIdOrBuilder> getVectorsOrBuilderList()
      repeated .dingodb.pb.common.VectorWithId vectors = 2;
    • getVectorsOrBuilder

      Common.VectorWithIdOrBuilder getVectorsOrBuilder(int index)
      repeated .dingodb.pb.common.VectorWithId vectors = 2;
    • getIsUpdate

      boolean getIsUpdate()
      bool is_update = 3;
      Returns:
      The isUpdate.