public class PresignedStorageAccessStrategy extends Object implements StorageAccessStrategy
| Constructor and Description |
|---|
PresignedStorageAccessStrategy(LakeFSFileSystem lakeFSFileSystem,
LakeFSClient lfsClient) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.FSDataInputStream |
createDataInputStream(ObjectLocation objectLocation,
int bufSize) |
org.apache.hadoop.fs.FSDataOutputStream |
createDataOutputStream(ObjectLocation objectLocation,
CreateOutputStreamParams params,
boolean overwrite) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDataOutputStreampublic PresignedStorageAccessStrategy(LakeFSFileSystem lakeFSFileSystem, LakeFSClient lfsClient)
public org.apache.hadoop.fs.FSDataOutputStream createDataOutputStream(ObjectLocation objectLocation, CreateOutputStreamParams params, boolean overwrite) throws io.lakefs.clients.sdk.ApiException, IOException
createDataOutputStream in interface StorageAccessStrategyio.lakefs.clients.sdk.ApiExceptionIOExceptionpublic org.apache.hadoop.fs.FSDataInputStream createDataInputStream(ObjectLocation objectLocation, int bufSize) throws io.lakefs.clients.sdk.ApiException, IOException
createDataInputStream in interface StorageAccessStrategyio.lakefs.clients.sdk.ApiExceptionIOExceptionCopyright © 2024. All rights reserved.