Uses of Class
io.dingodb.index.Index.VectorCalcDistanceResponse
Packages that use Index.VectorCalcDistanceResponse
-
Uses of Index.VectorCalcDistanceResponse in io.dingodb.index
Methods in io.dingodb.index that return Index.VectorCalcDistanceResponseModifier and TypeMethodDescriptionIndex.VectorCalcDistanceResponse.Builder.build()Index.VectorCalcDistanceResponse.Builder.buildPartial()Index.VectorCalcDistanceResponse.getDefaultInstance()Index.VectorCalcDistanceResponse.Builder.getDefaultInstanceForType()Index.VectorCalcDistanceResponse.getDefaultInstanceForType()Index.VectorCalcDistanceResponse.parseDelimitedFrom(InputStream input) Index.VectorCalcDistanceResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorCalcDistanceResponse.parseFrom(byte[] data) Index.VectorCalcDistanceResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorCalcDistanceResponse.parseFrom(com.google.protobuf.ByteString data) Index.VectorCalcDistanceResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorCalcDistanceResponse.parseFrom(com.google.protobuf.CodedInputStream input) Index.VectorCalcDistanceResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorCalcDistanceResponse.parseFrom(InputStream input) Index.VectorCalcDistanceResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorCalcDistanceResponse.parseFrom(ByteBuffer data) Index.VectorCalcDistanceResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.index that return types with arguments of type Index.VectorCalcDistanceResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Index.VectorCalcDistanceResponse>Index.VectorCalcDistanceResponse.getParserForType()static com.google.protobuf.Parser<Index.VectorCalcDistanceResponse>Index.VectorCalcDistanceResponse.parser()Methods in io.dingodb.index with parameters of type Index.VectorCalcDistanceResponseModifier and TypeMethodDescriptionIndex.VectorCalcDistanceResponse.Builder.mergeFrom(Index.VectorCalcDistanceResponse other) Index.VectorCalcDistanceResponse.newBuilder(Index.VectorCalcDistanceResponse prototype) -
Uses of Index.VectorCalcDistanceResponse in io.dingodb.util
Methods in io.dingodb.util that return Index.VectorCalcDistanceResponseModifier and TypeMethodDescriptionUtilServiceGrpc.UtilServiceBlockingStub.vectorCalcDistance(Index.VectorCalcDistanceRequest request) Methods in io.dingodb.util that return types with arguments of type Index.VectorCalcDistanceResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Index.VectorCalcDistanceRequest,Index.VectorCalcDistanceResponse> UtilServiceGrpc.getVectorCalcDistanceMethod()com.google.common.util.concurrent.ListenableFuture<Index.VectorCalcDistanceResponse>UtilServiceGrpc.UtilServiceFutureStub.vectorCalcDistance(Index.VectorCalcDistanceRequest request) Method parameters in io.dingodb.util with type arguments of type Index.VectorCalcDistanceResponseModifier and TypeMethodDescriptiondefault voidUtilServiceGrpc.AsyncService.vectorCalcDistance(Index.VectorCalcDistanceRequest request, io.grpc.stub.StreamObserver<Index.VectorCalcDistanceResponse> responseObserver) voidUtilServiceGrpc.UtilServiceStub.vectorCalcDistance(Index.VectorCalcDistanceRequest request, io.grpc.stub.StreamObserver<Index.VectorCalcDistanceResponse> responseObserver)