Uses of Class
io.lakefs.clients.api.model.IngestRangeCreationResponse
-
Packages that use IngestRangeCreationResponse Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of IngestRangeCreationResponse in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return IngestRangeCreationResponse Modifier and Type Method Description IngestRangeCreationResponseImportApi. ingestRange(String repository, StageRangeCreation stageRangeCreation)create a lakeFS range file from the source uriMethods in io.lakefs.clients.api that return types with arguments of type IngestRangeCreationResponse Modifier and Type Method Description ApiResponse<IngestRangeCreationResponse>ImportApi. ingestRangeWithHttpInfo(String repository, StageRangeCreation stageRangeCreation)create a lakeFS range file from the source uriMethod parameters in io.lakefs.clients.api with type arguments of type IngestRangeCreationResponse Modifier and Type Method Description okhttp3.CallImportApi. ingestRangeAsync(String repository, StageRangeCreation stageRangeCreation, ApiCallback<IngestRangeCreationResponse> _callback)create a lakeFS range file from the source uri (asynchronously) -
Uses of IngestRangeCreationResponse in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return IngestRangeCreationResponse Modifier and Type Method Description IngestRangeCreationResponseIngestRangeCreationResponse. pagination(ImportPagination pagination)IngestRangeCreationResponseIngestRangeCreationResponse. range(RangeMetadata range)
-