Uses of Class
io.dingodb.version.Version.LeaseRenewResponse
Packages that use Version.LeaseRenewResponse
-
Uses of Version.LeaseRenewResponse in io.dingodb.version
Methods in io.dingodb.version that return Version.LeaseRenewResponseModifier and TypeMethodDescriptionVersion.LeaseRenewResponse.Builder.build()Version.LeaseRenewResponse.Builder.buildPartial()static Version.LeaseRenewResponseVersion.LeaseRenewResponse.getDefaultInstance()Version.LeaseRenewResponse.Builder.getDefaultInstanceForType()Version.LeaseRenewResponse.getDefaultInstanceForType()VersionServiceGrpc.VersionServiceBlockingStub.leaseRenew(Version.LeaseRenewRequest request) LeaseRenew keeps the lease alive by streaming keep alive requests from the client to the server and streaming keep alive responses from the server to the client.static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseDelimitedFrom(InputStream input) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseFrom(byte[] data) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseFrom(com.google.protobuf.ByteString data) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseFrom(InputStream input) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseFrom(ByteBuffer data) static Version.LeaseRenewResponseVersion.LeaseRenewResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.version that return types with arguments of type Version.LeaseRenewResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Version.LeaseRenewRequest,Version.LeaseRenewResponse> VersionServiceGrpc.getLeaseRenewMethod()com.google.protobuf.Parser<Version.LeaseRenewResponse>Version.LeaseRenewResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<Version.LeaseRenewResponse>VersionServiceGrpc.VersionServiceFutureStub.leaseRenew(Version.LeaseRenewRequest request) LeaseRenew keeps the lease alive by streaming keep alive requests from the client to the server and streaming keep alive responses from the server to the client.static com.google.protobuf.Parser<Version.LeaseRenewResponse>Version.LeaseRenewResponse.parser()Methods in io.dingodb.version with parameters of type Version.LeaseRenewResponseModifier and TypeMethodDescriptionVersion.LeaseRenewResponse.Builder.mergeFrom(Version.LeaseRenewResponse other) Version.LeaseRenewResponse.newBuilder(Version.LeaseRenewResponse prototype) Method parameters in io.dingodb.version with type arguments of type Version.LeaseRenewResponseModifier and TypeMethodDescriptiondefault voidVersionServiceGrpc.AsyncService.leaseRenew(Version.LeaseRenewRequest request, io.grpc.stub.StreamObserver<Version.LeaseRenewResponse> responseObserver) LeaseRenew keeps the lease alive by streaming keep alive requests from the client to the server and streaming keep alive responses from the server to the client.voidVersionServiceGrpc.VersionServiceStub.leaseRenew(Version.LeaseRenewRequest request, io.grpc.stub.StreamObserver<Version.LeaseRenewResponse> responseObserver) LeaseRenew keeps the lease alive by streaming keep alive requests from the client to the server and streaming keep alive responses from the server to the client.