Uses of Class
io.dingodb.coordinator.Coordinator.GetGCSafePointResponse
Packages that use Coordinator.GetGCSafePointResponse
-
Uses of Coordinator.GetGCSafePointResponse in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Coordinator.GetGCSafePointResponseModifier and TypeMethodDescriptionCoordinator.GetGCSafePointResponse.Builder.build()Coordinator.GetGCSafePointResponse.Builder.buildPartial()Coordinator.GetGCSafePointResponse.getDefaultInstance()Coordinator.GetGCSafePointResponse.Builder.getDefaultInstanceForType()Coordinator.GetGCSafePointResponse.getDefaultInstanceForType()CoordinatorServiceGrpc.CoordinatorServiceBlockingStub.getGCSafePoint(Coordinator.GetGCSafePointRequest request) Coordinator.GetGCSafePointResponse.parseDelimitedFrom(InputStream input) Coordinator.GetGCSafePointResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.GetGCSafePointResponse.parseFrom(byte[] data) Coordinator.GetGCSafePointResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.GetGCSafePointResponse.parseFrom(com.google.protobuf.ByteString data) Coordinator.GetGCSafePointResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.GetGCSafePointResponse.parseFrom(com.google.protobuf.CodedInputStream input) Coordinator.GetGCSafePointResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.GetGCSafePointResponse.parseFrom(InputStream input) Coordinator.GetGCSafePointResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Coordinator.GetGCSafePointResponse.parseFrom(ByteBuffer data) Coordinator.GetGCSafePointResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.coordinator that return types with arguments of type Coordinator.GetGCSafePointResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Coordinator.GetGCSafePointResponse>CoordinatorServiceGrpc.CoordinatorServiceFutureStub.getGCSafePoint(Coordinator.GetGCSafePointRequest request) static io.grpc.MethodDescriptor<Coordinator.GetGCSafePointRequest,Coordinator.GetGCSafePointResponse> CoordinatorServiceGrpc.getGetGCSafePointMethod()com.google.protobuf.Parser<Coordinator.GetGCSafePointResponse>Coordinator.GetGCSafePointResponse.getParserForType()static com.google.protobuf.Parser<Coordinator.GetGCSafePointResponse>Coordinator.GetGCSafePointResponse.parser()Methods in io.dingodb.coordinator with parameters of type Coordinator.GetGCSafePointResponseModifier and TypeMethodDescriptionCoordinator.GetGCSafePointResponse.Builder.mergeFrom(Coordinator.GetGCSafePointResponse other) Coordinator.GetGCSafePointResponse.newBuilder(Coordinator.GetGCSafePointResponse prototype) Method parameters in io.dingodb.coordinator with type arguments of type Coordinator.GetGCSafePointResponseModifier and TypeMethodDescriptiondefault voidCoordinatorServiceGrpc.AsyncService.getGCSafePoint(Coordinator.GetGCSafePointRequest request, io.grpc.stub.StreamObserver<Coordinator.GetGCSafePointResponse> responseObserver) voidCoordinatorServiceGrpc.CoordinatorServiceStub.getGCSafePoint(Coordinator.GetGCSafePointRequest request, io.grpc.stub.StreamObserver<Coordinator.GetGCSafePointResponse> responseObserver)