Uses of Class
io.lakefs.clients.api.model.GarbageCollectionRules
-
Packages that use GarbageCollectionRules Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of GarbageCollectionRules in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return GarbageCollectionRules Modifier and Type Method Description GarbageCollectionRulesRetentionApi. getGarbageCollectionRules(String repository)Methods in io.lakefs.clients.api that return types with arguments of type GarbageCollectionRules Modifier and Type Method Description ApiResponse<GarbageCollectionRules>RetentionApi. getGarbageCollectionRulesWithHttpInfo(String repository)Methods in io.lakefs.clients.api with parameters of type GarbageCollectionRules Modifier and Type Method Description voidRetentionApi. setGarbageCollectionRules(String repository, GarbageCollectionRules garbageCollectionRules)okhttp3.CallRetentionApi. setGarbageCollectionRulesAsync(String repository, GarbageCollectionRules garbageCollectionRules, ApiCallback<Void> _callback)(asynchronously)okhttp3.CallRetentionApi. setGarbageCollectionRulesCall(String repository, GarbageCollectionRules garbageCollectionRules, ApiCallback _callback)Build call for setGarbageCollectionRulesApiResponse<Void>RetentionApi. setGarbageCollectionRulesWithHttpInfo(String repository, GarbageCollectionRules garbageCollectionRules)Method parameters in io.lakefs.clients.api with type arguments of type GarbageCollectionRules Modifier and Type Method Description okhttp3.CallRetentionApi. getGarbageCollectionRulesAsync(String repository, ApiCallback<GarbageCollectionRules> _callback)(asynchronously) -
Uses of GarbageCollectionRules in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return GarbageCollectionRules Modifier and Type Method Description GarbageCollectionRulesGarbageCollectionRules. addBranchesItem(GarbageCollectionRule branchesItem)GarbageCollectionRulesGarbageCollectionRules. branches(List<GarbageCollectionRule> branches)GarbageCollectionRulesGarbageCollectionRules. defaultRetentionDays(Integer defaultRetentionDays)
-