Uses of Class
io.lakefs.clients.api.model.StagingLocation
-
Packages that use StagingLocation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of StagingLocation in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return StagingLocation Modifier and Type Method Description StagingLocationStagingApi. getPhysicalAddress(String repository, String branch, String path, Boolean presign)generate an address to which the client can upload an objectMethods in io.lakefs.clients.api that return types with arguments of type StagingLocation Modifier and Type Method Description ApiResponse<StagingLocation>StagingApi. getPhysicalAddressWithHttpInfo(String repository, String branch, String path, Boolean presign)generate an address to which the client can upload an objectMethod parameters in io.lakefs.clients.api with type arguments of type StagingLocation Modifier and Type Method Description okhttp3.CallStagingApi. getPhysicalAddressAsync(String repository, String branch, String path, Boolean presign, ApiCallback<StagingLocation> _callback)generate an address to which the client can upload an object (asynchronously) -
Uses of StagingLocation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return StagingLocation Modifier and Type Method Description StagingLocationStagingMetadata. getStaging()Get stagingStagingLocationStagingLocation. physicalAddress(String physicalAddress)StagingLocationStagingLocation. presignedUrl(String presignedUrl)StagingLocationStagingLocation. presignedUrlExpiry(Long presignedUrlExpiry)Methods in io.lakefs.clients.api.model with parameters of type StagingLocation Modifier and Type Method Description voidStagingMetadata. setStaging(StagingLocation staging)StagingMetadataStagingMetadata. staging(StagingLocation staging)
-