Uses of Class
io.dingodb.coordinator.Push.PushHeartbeatResponse
Packages that use Push.PushHeartbeatResponse
-
Uses of Push.PushHeartbeatResponse in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Push.PushHeartbeatResponseModifier and TypeMethodDescriptionPush.PushHeartbeatResponse.Builder.build()Push.PushHeartbeatResponse.Builder.buildPartial()static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.getDefaultInstance()Push.PushHeartbeatResponse.Builder.getDefaultInstanceForType()Push.PushHeartbeatResponse.getDefaultInstanceForType()static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseDelimitedFrom(InputStream input) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseFrom(byte[] data) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseFrom(com.google.protobuf.ByteString data) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseFrom(InputStream input) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseFrom(ByteBuffer data) static Push.PushHeartbeatResponsePush.PushHeartbeatResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PushServiceGrpc.PushServiceBlockingStub.pushHeartbeat(Push.PushHeartbeatRequest request) HelloMethods in io.dingodb.coordinator that return types with arguments of type Push.PushHeartbeatResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Push.PushHeartbeatResponse>Push.PushHeartbeatResponse.getParserForType()static io.grpc.MethodDescriptor<Push.PushHeartbeatRequest,Push.PushHeartbeatResponse> PushServiceGrpc.getPushHeartbeatMethod()static com.google.protobuf.Parser<Push.PushHeartbeatResponse>Push.PushHeartbeatResponse.parser()com.google.common.util.concurrent.ListenableFuture<Push.PushHeartbeatResponse>PushServiceGrpc.PushServiceFutureStub.pushHeartbeat(Push.PushHeartbeatRequest request) HelloMethods in io.dingodb.coordinator with parameters of type Push.PushHeartbeatResponseModifier and TypeMethodDescriptionPush.PushHeartbeatResponse.Builder.mergeFrom(Push.PushHeartbeatResponse other) Push.PushHeartbeatResponse.newBuilder(Push.PushHeartbeatResponse prototype) Method parameters in io.dingodb.coordinator with type arguments of type Push.PushHeartbeatResponseModifier and TypeMethodDescriptiondefault voidPushServiceGrpc.AsyncService.pushHeartbeat(Push.PushHeartbeatRequest request, io.grpc.stub.StreamObserver<Push.PushHeartbeatResponse> responseObserver) HellovoidPushServiceGrpc.PushServiceStub.pushHeartbeat(Push.PushHeartbeatRequest request, io.grpc.stub.StreamObserver<Push.PushHeartbeatResponse> responseObserver) Hello