Uses of Class
io.dingodb.store.Store.HelloResponse
Packages that use Store.HelloResponse
-
Uses of Store.HelloResponse in io.dingodb.store
Methods in io.dingodb.store that return Store.HelloResponseModifier and TypeMethodDescriptionStore.HelloResponse.Builder.build()Store.HelloResponse.Builder.buildPartial()static Store.HelloResponseStore.HelloResponse.getDefaultInstance()Store.HelloResponse.Builder.getDefaultInstanceForType()Store.HelloResponse.getDefaultInstanceForType()StoreServiceGrpc.StoreServiceBlockingStub.getMemoryInfo(Store.HelloRequest request) StoreServiceGrpc.StoreServiceBlockingStub.hello(Store.HelloRequest request) static Store.HelloResponseStore.HelloResponse.parseDelimitedFrom(InputStream input) static Store.HelloResponseStore.HelloResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.HelloResponseStore.HelloResponse.parseFrom(byte[] data) static Store.HelloResponseStore.HelloResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.HelloResponseStore.HelloResponse.parseFrom(com.google.protobuf.ByteString data) static Store.HelloResponseStore.HelloResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.HelloResponseStore.HelloResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Store.HelloResponseStore.HelloResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.HelloResponseStore.HelloResponse.parseFrom(InputStream input) static Store.HelloResponseStore.HelloResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.HelloResponseStore.HelloResponse.parseFrom(ByteBuffer data) static Store.HelloResponseStore.HelloResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.HelloResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Store.HelloRequest,Store.HelloResponse> StoreServiceGrpc.getGetMemoryInfoMethod()static io.grpc.MethodDescriptor<Store.HelloRequest,Store.HelloResponse> StoreServiceGrpc.getHelloMethod()com.google.common.util.concurrent.ListenableFuture<Store.HelloResponse>StoreServiceGrpc.StoreServiceFutureStub.getMemoryInfo(Store.HelloRequest request) com.google.protobuf.Parser<Store.HelloResponse>Store.HelloResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<Store.HelloResponse>StoreServiceGrpc.StoreServiceFutureStub.hello(Store.HelloRequest request) static com.google.protobuf.Parser<Store.HelloResponse>Store.HelloResponse.parser()Methods in io.dingodb.store with parameters of type Store.HelloResponseModifier and TypeMethodDescriptionStore.HelloResponse.Builder.mergeFrom(Store.HelloResponse other) static Store.HelloResponse.BuilderStore.HelloResponse.newBuilder(Store.HelloResponse prototype) Method parameters in io.dingodb.store with type arguments of type Store.HelloResponseModifier and TypeMethodDescriptiondefault voidStoreServiceGrpc.AsyncService.getMemoryInfo(Store.HelloRequest request, io.grpc.stub.StreamObserver<Store.HelloResponse> responseObserver) voidStoreServiceGrpc.StoreServiceStub.getMemoryInfo(Store.HelloRequest request, io.grpc.stub.StreamObserver<Store.HelloResponse> responseObserver) default voidStoreServiceGrpc.AsyncService.hello(Store.HelloRequest request, io.grpc.stub.StreamObserver<Store.HelloResponse> responseObserver) voidStoreServiceGrpc.StoreServiceStub.hello(Store.HelloRequest request, io.grpc.stub.StreamObserver<Store.HelloResponse> responseObserver)