Uses of Class
io.dingodb.version.Version.ListLeasesResponse
Packages that use Version.ListLeasesResponse
-
Uses of Version.ListLeasesResponse in io.dingodb.version
Methods in io.dingodb.version that return Version.ListLeasesResponseModifier and TypeMethodDescriptionVersion.ListLeasesResponse.Builder.build()Version.ListLeasesResponse.Builder.buildPartial()static Version.ListLeasesResponseVersion.ListLeasesResponse.getDefaultInstance()Version.ListLeasesResponse.Builder.getDefaultInstanceForType()Version.ListLeasesResponse.getDefaultInstanceForType()VersionServiceGrpc.VersionServiceBlockingStub.listLeases(Version.ListLeasesRequest request) ListLeases lists all existing leases.static Version.ListLeasesResponseVersion.ListLeasesResponse.parseDelimitedFrom(InputStream input) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseFrom(byte[] data) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseFrom(com.google.protobuf.ByteString data) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseFrom(InputStream input) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseFrom(ByteBuffer data) static Version.ListLeasesResponseVersion.ListLeasesResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.version that return types with arguments of type Version.ListLeasesResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Version.ListLeasesRequest,Version.ListLeasesResponse> VersionServiceGrpc.getListLeasesMethod()com.google.protobuf.Parser<Version.ListLeasesResponse>Version.ListLeasesResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<Version.ListLeasesResponse>VersionServiceGrpc.VersionServiceFutureStub.listLeases(Version.ListLeasesRequest request) ListLeases lists all existing leases.static com.google.protobuf.Parser<Version.ListLeasesResponse>Version.ListLeasesResponse.parser()Methods in io.dingodb.version with parameters of type Version.ListLeasesResponseModifier and TypeMethodDescriptionVersion.ListLeasesResponse.Builder.mergeFrom(Version.ListLeasesResponse other) Version.ListLeasesResponse.newBuilder(Version.ListLeasesResponse prototype) Method parameters in io.dingodb.version with type arguments of type Version.ListLeasesResponseModifier and TypeMethodDescriptiondefault voidVersionServiceGrpc.AsyncService.listLeases(Version.ListLeasesRequest request, io.grpc.stub.StreamObserver<Version.ListLeasesResponse> responseObserver) ListLeases lists all existing leases.voidVersionServiceGrpc.VersionServiceStub.listLeases(Version.ListLeasesRequest request, io.grpc.stub.StreamObserver<Version.ListLeasesResponse> responseObserver) ListLeases lists all existing leases.