Uses of Class
io.lakefs.clients.sdk.model.GarbageCollectionConfig
-
Packages that use GarbageCollectionConfig Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of GarbageCollectionConfig in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return GarbageCollectionConfig Modifier and Type Method Description GarbageCollectionConfigInternalApi.APIgetGarbageCollectionConfigRequest. execute()Execute getGarbageCollectionConfig requestMethods in io.lakefs.clients.sdk that return types with arguments of type GarbageCollectionConfig Modifier and Type Method Description ApiResponse<GarbageCollectionConfig>InternalApi.APIgetGarbageCollectionConfigRequest. executeWithHttpInfo()Execute getGarbageCollectionConfig request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type GarbageCollectionConfig Modifier and Type Method Description okhttp3.CallInternalApi.APIgetGarbageCollectionConfigRequest. executeAsync(ApiCallback<GarbageCollectionConfig> _callback)Execute getGarbageCollectionConfig request (asynchronously) -
Uses of GarbageCollectionConfig in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return GarbageCollectionConfig Modifier and Type Method Description static GarbageCollectionConfigGarbageCollectionConfig. fromJson(String jsonString)Create an instance of GarbageCollectionConfig given an JSON stringGarbageCollectionConfigGarbageCollectionConfig. gracePeriod(Integer gracePeriod)GarbageCollectionConfigGarbageCollectionConfig. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-