Uses of Class
io.lakefs.clients.api.model.Config
-
Packages that use Config Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of Config in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return Config Modifier and Type Method Description ConfigConfigApi. getConfig()retrieve lakeFS configurationMethods in io.lakefs.clients.api that return types with arguments of type Config Modifier and Type Method Description ApiResponse<Config>ConfigApi. getConfigWithHttpInfo()retrieve lakeFS configurationMethod parameters in io.lakefs.clients.api with type arguments of type Config Modifier and Type Method Description okhttp3.CallConfigApi. getConfigAsync(ApiCallback<Config> _callback)(asynchronously) retrieve lakeFS configuration -
Uses of Config in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Config Modifier and Type Method Description ConfigConfig. storageConfig(StorageConfig storageConfig)ConfigConfig. versionConfig(VersionConfig versionConfig)
-