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