Uses of Class
io.lakefs.clients.api.model.GarbageCollectionPrepareResponse
-
Packages that use GarbageCollectionPrepareResponse Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of GarbageCollectionPrepareResponse in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return GarbageCollectionPrepareResponse Modifier and Type Method Description GarbageCollectionPrepareResponseRetentionApi. prepareGarbageCollectionCommits(String repository, GarbageCollectionPrepareRequest garbageCollectionPrepareRequest)save lists of active and expired commits for garbage collectionMethods in io.lakefs.clients.api that return types with arguments of type GarbageCollectionPrepareResponse Modifier and Type Method Description ApiResponse<GarbageCollectionPrepareResponse>RetentionApi. prepareGarbageCollectionCommitsWithHttpInfo(String repository, GarbageCollectionPrepareRequest garbageCollectionPrepareRequest)save lists of active and expired commits for garbage collectionMethod parameters in io.lakefs.clients.api with type arguments of type GarbageCollectionPrepareResponse Modifier and Type Method Description okhttp3.CallRetentionApi. prepareGarbageCollectionCommitsAsync(String repository, GarbageCollectionPrepareRequest garbageCollectionPrepareRequest, ApiCallback<GarbageCollectionPrepareResponse> _callback)save lists of active and expired commits for garbage collection (asynchronously) -
Uses of GarbageCollectionPrepareResponse in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return GarbageCollectionPrepareResponse Modifier and Type Method Description GarbageCollectionPrepareResponseGarbageCollectionPrepareResponse. gcAddressesLocation(String gcAddressesLocation)GarbageCollectionPrepareResponseGarbageCollectionPrepareResponse. gcCommitsLocation(String gcCommitsLocation)GarbageCollectionPrepareResponseGarbageCollectionPrepareResponse. runId(String runId)
-