Uses of Class
io.dingodb.version.Version.LeaseGrantRequest
Packages that use Version.LeaseGrantRequest
-
Uses of Version.LeaseGrantRequest in io.dingodb.version
Methods in io.dingodb.version that return Version.LeaseGrantRequestModifier and TypeMethodDescriptionVersion.LeaseGrantRequest.Builder.build()Version.LeaseGrantRequest.Builder.buildPartial()static Version.LeaseGrantRequestVersion.LeaseGrantRequest.getDefaultInstance()Version.LeaseGrantRequest.Builder.getDefaultInstanceForType()Version.LeaseGrantRequest.getDefaultInstanceForType()static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseDelimitedFrom(InputStream input) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseFrom(byte[] data) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseFrom(com.google.protobuf.ByteString data) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseFrom(InputStream input) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseFrom(ByteBuffer data) static Version.LeaseGrantRequestVersion.LeaseGrantRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.version that return types with arguments of type Version.LeaseGrantRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Version.LeaseGrantRequest,Version.LeaseGrantResponse> VersionServiceGrpc.getLeaseGrantMethod()com.google.protobuf.Parser<Version.LeaseGrantRequest>Version.LeaseGrantRequest.getParserForType()static com.google.protobuf.Parser<Version.LeaseGrantRequest>Version.LeaseGrantRequest.parser()Methods in io.dingodb.version with parameters of type Version.LeaseGrantRequestModifier and TypeMethodDescriptiondefault voidVersionServiceGrpc.AsyncService.leaseGrant(Version.LeaseGrantRequest request, io.grpc.stub.StreamObserver<Version.LeaseGrantResponse> responseObserver) LeaseGrant creates a lease which expires if the server does not receive a keepAlive within a given time to live period.VersionServiceGrpc.VersionServiceBlockingStub.leaseGrant(Version.LeaseGrantRequest request) LeaseGrant creates a lease which expires if the server does not receive a keepAlive within a given time to live period.com.google.common.util.concurrent.ListenableFuture<Version.LeaseGrantResponse>VersionServiceGrpc.VersionServiceFutureStub.leaseGrant(Version.LeaseGrantRequest request) LeaseGrant creates a lease which expires if the server does not receive a keepAlive within a given time to live period.voidVersionServiceGrpc.VersionServiceStub.leaseGrant(Version.LeaseGrantRequest request, io.grpc.stub.StreamObserver<Version.LeaseGrantResponse> responseObserver) LeaseGrant creates a lease which expires if the server does not receive a keepAlive within a given time to live period.Version.LeaseGrantRequest.Builder.mergeFrom(Version.LeaseGrantRequest other) Version.LeaseGrantRequest.newBuilder(Version.LeaseGrantRequest prototype)