Uses of Class
io.lakefs.clients.sdk.model.StorageURI
-
Packages that use StorageURI Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of StorageURI in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return StorageURI Modifier and Type Method Description StorageURIInternalApi.APIcreateSymlinkFileRequest. execute()Execute createSymlinkFile requestStorageURIMetadataApi.APIgetMetaRangeRequest. execute()Execute getMetaRange requestStorageURIMetadataApi.APIgetRangeRequest. execute()Execute getRange requestMethods in io.lakefs.clients.sdk that return types with arguments of type StorageURI Modifier and Type Method Description ApiResponse<StorageURI>InternalApi.APIcreateSymlinkFileRequest. executeWithHttpInfo()Execute createSymlinkFile request with HTTP info returnedApiResponse<StorageURI>MetadataApi.APIgetMetaRangeRequest. executeWithHttpInfo()Execute getMetaRange request with HTTP info returnedApiResponse<StorageURI>MetadataApi.APIgetRangeRequest. executeWithHttpInfo()Execute getRange request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type StorageURI Modifier and Type Method Description okhttp3.CallInternalApi.APIcreateSymlinkFileRequest. executeAsync(ApiCallback<StorageURI> _callback)Execute createSymlinkFile request (asynchronously)okhttp3.CallMetadataApi.APIgetMetaRangeRequest. executeAsync(ApiCallback<StorageURI> _callback)Execute getMetaRange request (asynchronously)okhttp3.CallMetadataApi.APIgetRangeRequest. executeAsync(ApiCallback<StorageURI> _callback)Execute getRange request (asynchronously) -
Uses of StorageURI in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return StorageURI Modifier and Type Method Description static StorageURIStorageURI. fromJson(String jsonString)Create an instance of StorageURI given an JSON stringStorageURIStorageURI. location(String location)StorageURIStorageURI. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-