| Package | Description |
|---|---|
| io.lakefs | |
| io.lakefs.storage | |
| io.lakefs.utils |
| Modifier and Type | Method and Description |
|---|---|
ObjectLocation |
LakeFSFileSystem.pathToObjectLocation(org.apache.hadoop.fs.Path path)
Returns Location with repository, ref and path used by lakeFS based on filesystem path.
|
| Constructor and Description |
|---|
LakeFSLinker(LakeFSFileSystem lfs,
LakeFSClient lfsClient,
ObjectLocation objectLoc,
io.lakefs.clients.sdk.model.StagingLocation stagingLocation,
boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.FSDataInputStream |
SimpleStorageAccessStrategy.createDataInputStream(ObjectLocation objectLocation,
int bufSize) |
org.apache.hadoop.fs.FSDataInputStream |
PresignedStorageAccessStrategy.createDataInputStream(ObjectLocation objectLocation,
int bufSize) |
org.apache.hadoop.fs.FSDataInputStream |
StorageAccessStrategy.createDataInputStream(ObjectLocation objectLocation,
int bufSize) |
default org.apache.hadoop.fs.FSDataOutputStream |
StorageAccessStrategy.createDataOutputStream(ObjectLocation objectLocation,
CreateOutputStreamParams params) |
org.apache.hadoop.fs.FSDataOutputStream |
SimpleStorageAccessStrategy.createDataOutputStream(ObjectLocation objectLocation,
CreateOutputStreamParams params,
boolean overwrite) |
org.apache.hadoop.fs.FSDataOutputStream |
PresignedStorageAccessStrategy.createDataOutputStream(ObjectLocation objectLocation,
CreateOutputStreamParams params,
boolean overwrite) |
org.apache.hadoop.fs.FSDataOutputStream |
StorageAccessStrategy.createDataOutputStream(ObjectLocation objectLocation,
CreateOutputStreamParams params,
boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
ObjectLocation |
ObjectLocation.clone() |
ObjectLocation |
ObjectLocation.getParent() |
static ObjectLocation |
ObjectLocation.pathToObjectLocation(org.apache.hadoop.fs.Path path)
Returns Location with repository, ref and path used by lakeFS based on filesystem path.
|
static ObjectLocation |
ObjectLocation.pathToObjectLocation(org.apache.hadoop.fs.Path workingDirectory,
org.apache.hadoop.fs.Path path)
Returns Location with repository, ref and path used by lakeFS based on filesystem path.
|
ObjectLocation |
ObjectLocation.toDirectory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ObjectLocation.onSameBranch(ObjectLocation otherObjLoc)
Checks if an ObjectLocation is on the same branch.
|
Copyright © 2024. All rights reserved.