Uses of Class
io.dingodb.version.Version.LeaseRenewRequest
Packages that use Version.LeaseRenewRequest
-
Uses of Version.LeaseRenewRequest in io.dingodb.version
Methods in io.dingodb.version that return Version.LeaseRenewRequestModifier and TypeMethodDescriptionVersion.LeaseRenewRequest.Builder.build()Version.LeaseRenewRequest.Builder.buildPartial()static Version.LeaseRenewRequestVersion.LeaseRenewRequest.getDefaultInstance()Version.LeaseRenewRequest.Builder.getDefaultInstanceForType()Version.LeaseRenewRequest.getDefaultInstanceForType()static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseDelimitedFrom(InputStream input) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseFrom(byte[] data) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseFrom(com.google.protobuf.ByteString data) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseFrom(InputStream input) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseFrom(ByteBuffer data) static Version.LeaseRenewRequestVersion.LeaseRenewRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.version that return types with arguments of type Version.LeaseRenewRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Version.LeaseRenewRequest,Version.LeaseRenewResponse> VersionServiceGrpc.getLeaseRenewMethod()com.google.protobuf.Parser<Version.LeaseRenewRequest>Version.LeaseRenewRequest.getParserForType()static com.google.protobuf.Parser<Version.LeaseRenewRequest>Version.LeaseRenewRequest.parser()Methods in io.dingodb.version with parameters of type Version.LeaseRenewRequestModifier 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.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.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.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.Version.LeaseRenewRequest.Builder.mergeFrom(Version.LeaseRenewRequest other) Version.LeaseRenewRequest.newBuilder(Version.LeaseRenewRequest prototype)