Uses of Class
io.dingodb.index.Index.VectorSearchDebugRequest
Packages that use Index.VectorSearchDebugRequest
-
Uses of Index.VectorSearchDebugRequest in io.dingodb.index
Methods in io.dingodb.index that return Index.VectorSearchDebugRequestModifier and TypeMethodDescriptionIndex.VectorSearchDebugRequest.Builder.build()Index.VectorSearchDebugRequest.Builder.buildPartial()Index.VectorSearchDebugRequest.getDefaultInstance()Index.VectorSearchDebugRequest.Builder.getDefaultInstanceForType()Index.VectorSearchDebugRequest.getDefaultInstanceForType()Index.VectorSearchDebugRequest.parseDelimitedFrom(InputStream input) Index.VectorSearchDebugRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorSearchDebugRequest.parseFrom(byte[] data) Index.VectorSearchDebugRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorSearchDebugRequest.parseFrom(com.google.protobuf.ByteString data) Index.VectorSearchDebugRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorSearchDebugRequest.parseFrom(com.google.protobuf.CodedInputStream input) Index.VectorSearchDebugRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorSearchDebugRequest.parseFrom(InputStream input) Index.VectorSearchDebugRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorSearchDebugRequest.parseFrom(ByteBuffer data) Index.VectorSearchDebugRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.index that return types with arguments of type Index.VectorSearchDebugRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Index.VectorSearchDebugRequest>Index.VectorSearchDebugRequest.getParserForType()static io.grpc.MethodDescriptor<Index.VectorSearchDebugRequest,Index.VectorSearchDebugResponse> IndexServiceGrpc.getVectorSearchDebugMethod()static com.google.protobuf.Parser<Index.VectorSearchDebugRequest>Index.VectorSearchDebugRequest.parser()Methods in io.dingodb.index with parameters of type Index.VectorSearchDebugRequestModifier and TypeMethodDescriptionIndex.VectorSearchDebugRequest.Builder.mergeFrom(Index.VectorSearchDebugRequest other) Index.VectorSearchDebugRequest.newBuilder(Index.VectorSearchDebugRequest prototype) default voidIndexServiceGrpc.AsyncService.vectorSearchDebug(Index.VectorSearchDebugRequest request, io.grpc.stub.StreamObserver<Index.VectorSearchDebugResponse> responseObserver) debug test vector search performanceIndexServiceGrpc.IndexServiceBlockingStub.vectorSearchDebug(Index.VectorSearchDebugRequest request) debug test vector search performancecom.google.common.util.concurrent.ListenableFuture<Index.VectorSearchDebugResponse>IndexServiceGrpc.IndexServiceFutureStub.vectorSearchDebug(Index.VectorSearchDebugRequest request) debug test vector search performancevoidIndexServiceGrpc.IndexServiceStub.vectorSearchDebug(Index.VectorSearchDebugRequest request, io.grpc.stub.StreamObserver<Index.VectorSearchDebugResponse> responseObserver) debug test vector search performance