Uses of Class
io.lakefs.clients.api.model.StorageURI
-
Packages that use StorageURI Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of StorageURI in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return StorageURI Modifier and Type Method Description StorageURIMetadataApi. createSymlinkFile(String repository, String branch, String location)creates symlink files corresponding to the given directoryStorageURIMetadataApi. getMetaRange(String repository, String metaRange)return URI to a meta-range fileStorageURIMetadataApi. getRange(String repository, String range)return URI to a range fileMethods in io.lakefs.clients.api that return types with arguments of type StorageURI Modifier and Type Method Description ApiResponse<StorageURI>MetadataApi. createSymlinkFileWithHttpInfo(String repository, String branch, String location)creates symlink files corresponding to the given directoryApiResponse<StorageURI>MetadataApi. getMetaRangeWithHttpInfo(String repository, String metaRange)return URI to a meta-range fileApiResponse<StorageURI>MetadataApi. getRangeWithHttpInfo(String repository, String range)return URI to a range fileMethod parameters in io.lakefs.clients.api with type arguments of type StorageURI Modifier and Type Method Description okhttp3.CallMetadataApi. createSymlinkFileAsync(String repository, String branch, String location, ApiCallback<StorageURI> _callback)creates symlink files corresponding to the given directory (asynchronously)okhttp3.CallMetadataApi. getMetaRangeAsync(String repository, String metaRange, ApiCallback<StorageURI> _callback)return URI to a meta-range file (asynchronously)okhttp3.CallMetadataApi. getRangeAsync(String repository, String range, ApiCallback<StorageURI> _callback)return URI to a range file (asynchronously) -
Uses of StorageURI in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return StorageURI Modifier and Type Method Description StorageURIStorageURI. location(String location)
-