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 | Method and Description |
---|---|
static AuthPolicy |
AuthPolicyFactory.create(FileSystem fileSystem,
AlluxioConfiguration conf,
AbstractFuseFileSystem fuseFileSystem)
Creates a new instance of
AuthPolicy . |
Constructor and Description |
---|
CustomAuthPolicy(FileSystem fileSystem,
AlluxioConfiguration conf,
AbstractFuseFileSystem fuseFileSystem) |
SystemUserGroupAuthPolicy(FileSystem fileSystem,
AlluxioConfiguration conf,
AbstractFuseFileSystem fuseFileSystem) |
Modifier and Type | Method and Description |
---|---|
int |
LibFuse.fuse_main_real(AbstractFuseFileSystem fs,
int argc,
String[] argv) |
Copyright © 2023. All Rights Reserved.