Uses of Class
io.lakefs.clients.sdk.model.ImportStatus
-
Packages that use ImportStatus Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ImportStatus in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return ImportStatus Modifier and Type Method Description ImportStatusImportApi.APIimportStatusRequest. execute()Execute importStatus requestMethods in io.lakefs.clients.sdk that return types with arguments of type ImportStatus Modifier and Type Method Description ApiResponse<ImportStatus>ImportApi.APIimportStatusRequest. executeWithHttpInfo()Execute importStatus request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type ImportStatus Modifier and Type Method Description okhttp3.CallImportApi.APIimportStatusRequest. executeAsync(ApiCallback<ImportStatus> _callback)Execute importStatus request (asynchronously) -
Uses of ImportStatus in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ImportStatus Modifier and Type Method Description ImportStatusImportStatus. commit(Commit commit)ImportStatusImportStatus. completed(Boolean completed)ImportStatusImportStatus. error(Error error)static ImportStatusImportStatus. fromJson(String jsonString)Create an instance of ImportStatus given an JSON stringImportStatusImportStatus. ingestedObjects(Long ingestedObjects)ImportStatusImportStatus. metarangeId(String metarangeId)ImportStatusImportStatus. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ImportStatusImportStatus. updateTime(OffsetDateTime updateTime)
-