Package | Description |
---|---|
alluxio.fuse |
Modifier and Type | Method and Description |
---|---|
static FuseMountConfig |
FuseMountConfig.create(AlluxioConfiguration conf)
Constructs a new Fuse mount configuration.
|
static FuseMountConfig |
FuseMountConfig.create(String mountPoint,
String alluxioPath,
List<String> fuseOptions,
AlluxioConfiguration conf)
Constructs a new Fuse mount configuration.
|
Modifier and Type | Method and Description |
---|---|
static FuseUmountable |
AlluxioFuse.launchFuse(FileSystemContext fsContext,
FileSystem fs,
AlluxioConfiguration conf,
FuseMountConfig mountConfig,
boolean blocking)
Launches Fuse application.
|
Constructor and Description |
---|
AlluxioFuseFileSystem(FileSystem fs,
FuseMountConfig opts,
AlluxioConfiguration conf)
Creates a new instance of
AlluxioFuseFileSystem . |
AlluxioJniFuseFileSystem(FileSystemContext fsContext,
FileSystem fs,
FuseMountConfig opts,
AlluxioConfiguration conf)
Creates a new instance of
AlluxioJniFuseFileSystem . |
Copyright © 2023. All Rights Reserved.