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 GarbageCollectionPrepareResponseInternalApi. prepareGarbageCollectionCommits(String repository)save lists of active commits for garbage collectionMethods in io.lakefs.clients.api that return types with arguments of type GarbageCollectionPrepareResponse Modifier and Type Method Description ApiResponse<GarbageCollectionPrepareResponse>InternalApi. prepareGarbageCollectionCommitsWithHttpInfo(String repository)save lists of active commits for garbage collectionMethod parameters in io.lakefs.clients.api with type arguments of type GarbageCollectionPrepareResponse Modifier and Type Method Description okhttp3.CallInternalApi. prepareGarbageCollectionCommitsAsync(String repository, ApiCallback<GarbageCollectionPrepareResponse> _callback)save lists of active 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. gcCommitsPresignedUrl(String gcCommitsPresignedUrl)GarbageCollectionPrepareResponseGarbageCollectionPrepareResponse. runId(String runId)
-