Uses of Class
io.lakefs.clients.api.model.StageRangeCreation
-
Packages that use StageRangeCreation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of StageRangeCreation in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type StageRangeCreation Modifier and Type Method Description IngestRangeCreationResponseImportApi. ingestRange(String repository, StageRangeCreation stageRangeCreation)create a lakeFS range file from the source uriokhttp3.CallImportApi. ingestRangeAsync(String repository, StageRangeCreation stageRangeCreation, ApiCallback<IngestRangeCreationResponse> _callback)create a lakeFS range file from the source uri (asynchronously)okhttp3.CallImportApi. ingestRangeCall(String repository, StageRangeCreation stageRangeCreation, ApiCallback _callback)Build call for ingestRangeApiResponse<IngestRangeCreationResponse>ImportApi. ingestRangeWithHttpInfo(String repository, StageRangeCreation stageRangeCreation)create a lakeFS range file from the source uri -
Uses of StageRangeCreation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return StageRangeCreation Modifier and Type Method Description StageRangeCreationStageRangeCreation. after(String after)StageRangeCreationStageRangeCreation. continuationToken(String continuationToken)static StageRangeCreationStageRangeCreation. fromJson(String jsonString)Create an instance of StageRangeCreation given an JSON stringStageRangeCreationStageRangeCreation. fromSourceURI(String fromSourceURI)StageRangeCreationStageRangeCreation. prepend(String prepend)
-