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