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 GarbageCollectionRulesRepositoriesApi. getGCRules(String repository)get repository GC rulesGarbageCollectionRulesInternalApi. internalGetGarbageCollectionRules(String repository)Deprecated.Methods in io.lakefs.clients.api that return types with arguments of type GarbageCollectionRules Modifier and Type Method Description ApiResponse<GarbageCollectionRules>RepositoriesApi. getGCRulesWithHttpInfo(String repository)get repository GC rulesApiResponse<GarbageCollectionRules>InternalApi. internalGetGarbageCollectionRulesWithHttpInfo(String repository)Deprecated.Methods in io.lakefs.clients.api with parameters of type GarbageCollectionRules Modifier and Type Method Description voidInternalApi. internalSetGarbageCollectionRules(String repository, GarbageCollectionRules garbageCollectionRules)Deprecated.okhttp3.CallInternalApi. internalSetGarbageCollectionRulesAsync(String repository, GarbageCollectionRules garbageCollectionRules, ApiCallback<Void> _callback)Deprecated.okhttp3.CallInternalApi. internalSetGarbageCollectionRulesCall(String repository, GarbageCollectionRules garbageCollectionRules, ApiCallback _callback)Deprecated.ApiResponse<Void>InternalApi. internalSetGarbageCollectionRulesWithHttpInfo(String repository, GarbageCollectionRules garbageCollectionRules)Deprecated.voidRepositoriesApi. setGCRules(String repository, GarbageCollectionRules garbageCollectionRules)okhttp3.CallRepositoriesApi. setGCRulesAsync(String repository, GarbageCollectionRules garbageCollectionRules, ApiCallback<Void> _callback)(asynchronously)okhttp3.CallRepositoriesApi. setGCRulesCall(String repository, GarbageCollectionRules garbageCollectionRules, ApiCallback _callback)Build call for setGCRulesApiResponse<Void>RepositoriesApi. setGCRulesWithHttpInfo(String repository, GarbageCollectionRules garbageCollectionRules)Method parameters in io.lakefs.clients.api with type arguments of type GarbageCollectionRules Modifier and Type Method Description okhttp3.CallRepositoriesApi. getGCRulesAsync(String repository, ApiCallback<GarbageCollectionRules> _callback)get repository GC rules (asynchronously)okhttp3.CallInternalApi. internalGetGarbageCollectionRulesAsync(String repository, ApiCallback<GarbageCollectionRules> _callback)Deprecated. -
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)
-