Package | Description |
---|---|
alluxio.fuse | |
alluxio.fuse.auth | |
alluxio.jnifuse |
Modifier and Type | Class and Description |
---|---|
class |
AlluxioJniFuseFileSystem
Main FUSE implementation class.
|
class |
StackFS
Stack FS implements the FUSE callbacks defined by jni-fuse
without interactions with Alluxio clients/servers.
|
Modifier and Type | Field and Description |
---|---|
protected Optional<FuseFileSystem> |
LaunchUserGroupAuthPolicy.mFuseFileSystem |
Modifier and Type | Method and Description |
---|---|
static AuthPolicy |
AuthPolicyFactory.create(FileSystem fileSystem,
AlluxioConfiguration conf,
FuseFileSystem fuseFileSystem)
Creates a new instance of
AuthPolicy . |
Modifier and Type | Method and Description |
---|---|
static SystemUserGroupAuthPolicy |
SystemUserGroupAuthPolicy.create(FileSystem fileSystem,
AlluxioConfiguration conf,
Optional<FuseFileSystem> fuseFileSystem)
Creates a new system auth policy.
|
static CustomAuthPolicy |
CustomAuthPolicy.create(FileSystem fileSystem,
AlluxioConfiguration conf,
Optional<FuseFileSystem> fuseFileSystem)
Creates a new custom auth policy.
|
static LaunchUserGroupAuthPolicy |
LaunchUserGroupAuthPolicy.create(FileSystem fileSystem,
AlluxioConfiguration conf,
Optional<FuseFileSystem> fuseFileSystem)
Creates a new launch user auth policy.
|
Constructor and Description |
---|
LaunchUserGroupAuthPolicy(FileSystem fileSystem,
Optional<FuseFileSystem> fuseFileSystem) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFuseFileSystem
Abstract class for other File System to extend and integrate with Fuse.
|
Copyright © 2023. All Rights Reserved.