Uses of Class
io.dingodb.index.Index.VectorAddRequest
Packages that use Index.VectorAddRequest
-
Uses of Index.VectorAddRequest in io.dingodb.index
Methods in io.dingodb.index that return Index.VectorAddRequestModifier and TypeMethodDescriptionIndex.VectorAddRequest.Builder.build()Index.VectorAddRequest.Builder.buildPartial()static Index.VectorAddRequestIndex.VectorAddRequest.getDefaultInstance()Index.VectorAddRequest.Builder.getDefaultInstanceForType()Index.VectorAddRequest.getDefaultInstanceForType()static Index.VectorAddRequestIndex.VectorAddRequest.parseDelimitedFrom(InputStream input) static Index.VectorAddRequestIndex.VectorAddRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorAddRequestIndex.VectorAddRequest.parseFrom(byte[] data) static Index.VectorAddRequestIndex.VectorAddRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorAddRequestIndex.VectorAddRequest.parseFrom(com.google.protobuf.ByteString data) static Index.VectorAddRequestIndex.VectorAddRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorAddRequestIndex.VectorAddRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Index.VectorAddRequestIndex.VectorAddRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorAddRequestIndex.VectorAddRequest.parseFrom(InputStream input) static Index.VectorAddRequestIndex.VectorAddRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorAddRequestIndex.VectorAddRequest.parseFrom(ByteBuffer data) static Index.VectorAddRequestIndex.VectorAddRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.index that return types with arguments of type Index.VectorAddRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Index.VectorAddRequest>Index.VectorAddRequest.getParserForType()static io.grpc.MethodDescriptor<Index.VectorAddRequest,Index.VectorAddResponse> IndexServiceGrpc.getVectorAddMethod()static com.google.protobuf.Parser<Index.VectorAddRequest>Index.VectorAddRequest.parser()Methods in io.dingodb.index with parameters of type Index.VectorAddRequestModifier and TypeMethodDescriptionIndex.VectorAddRequest.Builder.mergeFrom(Index.VectorAddRequest other) Index.VectorAddRequest.newBuilder(Index.VectorAddRequest prototype) default voidIndexServiceGrpc.AsyncService.vectorAdd(Index.VectorAddRequest request, io.grpc.stub.StreamObserver<Index.VectorAddResponse> responseObserver) vector indexIndexServiceGrpc.IndexServiceBlockingStub.vectorAdd(Index.VectorAddRequest request) vector indexcom.google.common.util.concurrent.ListenableFuture<Index.VectorAddResponse>IndexServiceGrpc.IndexServiceFutureStub.vectorAdd(Index.VectorAddRequest request) vector indexvoidIndexServiceGrpc.IndexServiceStub.vectorAdd(Index.VectorAddRequest request, io.grpc.stub.StreamObserver<Index.VectorAddResponse> responseObserver) vector index