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