Uses of Class
io.lakefs.clients.api.model.TaskInfo
-
Packages that use TaskInfo Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of TaskInfo in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return TaskInfo Modifier and Type Method Description TaskInfoRepositoriesApi. dumpSubmit(String repository)Backup the repository metadata (tags, commits, branches) and save the backup to the object store.TaskInfoRepositoriesApi. restoreSubmit(String repository, RefsDump refsDump)Restore repository from a dump in the object storeMethods in io.lakefs.clients.api that return types with arguments of type TaskInfo Modifier and Type Method Description ApiResponse<TaskInfo>RepositoriesApi. dumpSubmitWithHttpInfo(String repository)Backup the repository metadata (tags, commits, branches) and save the backup to the object store.ApiResponse<TaskInfo>RepositoriesApi. restoreSubmitWithHttpInfo(String repository, RefsDump refsDump)Restore repository from a dump in the object storeMethod parameters in io.lakefs.clients.api with type arguments of type TaskInfo Modifier and Type Method Description okhttp3.CallRepositoriesApi. dumpSubmitAsync(String repository, ApiCallback<TaskInfo> _callback)Backup the repository metadata (tags, commits, branches) and save the backup to the object store.okhttp3.CallRepositoriesApi. restoreSubmitAsync(String repository, RefsDump refsDump, ApiCallback<TaskInfo> _callback)Restore repository from a dump in the object store (asynchronously) -
Uses of TaskInfo in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return TaskInfo Modifier and Type Method Description TaskInfoTaskInfo. id(String id)
-