Uses of Class
io.dingodb.index.Index.VectorLoadResponse
Packages that use Index.VectorLoadResponse
-
Uses of Index.VectorLoadResponse in io.dingodb.index
Methods in io.dingodb.index that return Index.VectorLoadResponseModifier and TypeMethodDescriptionIndex.VectorLoadResponse.Builder.build()Index.VectorLoadResponse.Builder.buildPartial()static Index.VectorLoadResponseIndex.VectorLoadResponse.getDefaultInstance()Index.VectorLoadResponse.Builder.getDefaultInstanceForType()Index.VectorLoadResponse.getDefaultInstanceForType()static Index.VectorLoadResponseIndex.VectorLoadResponse.parseDelimitedFrom(InputStream input) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseFrom(byte[] data) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseFrom(com.google.protobuf.ByteString data) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseFrom(InputStream input) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseFrom(ByteBuffer data) static Index.VectorLoadResponseIndex.VectorLoadResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IndexServiceGrpc.IndexServiceBlockingStub.vectorLoad(Index.VectorLoadRequest request) Methods in io.dingodb.index that return types with arguments of type Index.VectorLoadResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Index.VectorLoadResponse>Index.VectorLoadResponse.getParserForType()static io.grpc.MethodDescriptor<Index.VectorLoadRequest,Index.VectorLoadResponse> IndexServiceGrpc.getVectorLoadMethod()static com.google.protobuf.Parser<Index.VectorLoadResponse>Index.VectorLoadResponse.parser()com.google.common.util.concurrent.ListenableFuture<Index.VectorLoadResponse>IndexServiceGrpc.IndexServiceFutureStub.vectorLoad(Index.VectorLoadRequest request) Methods in io.dingodb.index with parameters of type Index.VectorLoadResponseModifier and TypeMethodDescriptionIndex.VectorLoadResponse.Builder.mergeFrom(Index.VectorLoadResponse other) Index.VectorLoadResponse.newBuilder(Index.VectorLoadResponse prototype) Method parameters in io.dingodb.index with type arguments of type Index.VectorLoadResponseModifier and TypeMethodDescriptiondefault voidIndexServiceGrpc.AsyncService.vectorLoad(Index.VectorLoadRequest request, io.grpc.stub.StreamObserver<Index.VectorLoadResponse> responseObserver) voidIndexServiceGrpc.IndexServiceStub.vectorLoad(Index.VectorLoadRequest request, io.grpc.stub.StreamObserver<Index.VectorLoadResponse> responseObserver)