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