Uses of Class
io.lakefs.clients.api.model.ImportStatus
-
Packages that use ImportStatus Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ImportStatus in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return ImportStatus Modifier and Type Method Description ImportStatusImportApi. importStatus(String repository, String branch, String id)get import statusMethods in io.lakefs.clients.api that return types with arguments of type ImportStatus Modifier and Type Method Description ApiResponse<ImportStatus>ImportApi. importStatusWithHttpInfo(String repository, String branch, String id)get import statusMethod parameters in io.lakefs.clients.api with type arguments of type ImportStatus Modifier and Type Method Description okhttp3.CallImportApi. importStatusAsync(String repository, String branch, String id, ApiCallback<ImportStatus> _callback)get import status (asynchronously) -
Uses of ImportStatus in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ImportStatus Modifier and Type Method Description ImportStatusImportStatus. commit(Commit commit)ImportStatusImportStatus. completed(Boolean completed)ImportStatusImportStatus. error(Error error)ImportStatusImportStatus. ingestedObjects(Long ingestedObjects)ImportStatusImportStatus. metarangeId(String metarangeId)ImportStatusImportStatus. updateTime(org.threeten.bp.OffsetDateTime updateTime)
-