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)get a physical address and a return token to write object to underlying storageMethods 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)get a physical address and a return token to write object to underlying storageMethod 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, ApiCallback<StagingLocation> _callback)get a physical address and a return token to write object to underlying storage (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. token(String token)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)
-