Uses of Class
io.lakefs.clients.api.model.SetupState
-
Packages that use SetupState Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of SetupState in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return SetupState Modifier and Type Method Description SetupStateConfigApi. getSetupState()check if the lakeFS installation is already set upMethods in io.lakefs.clients.api that return types with arguments of type SetupState Modifier and Type Method Description ApiResponse<SetupState>ConfigApi. getSetupStateWithHttpInfo()check if the lakeFS installation is already set upMethod parameters in io.lakefs.clients.api with type arguments of type SetupState Modifier and Type Method Description okhttp3.CallConfigApi. getSetupStateAsync(ApiCallback<SetupState> _callback)check if the lakeFS installation is already set up (asynchronously) -
Uses of SetupState in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return SetupState Modifier and Type Method Description SetupStateSetupState. state(SetupState.StateEnum state)
-