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