Package | Description |
---|---|
alluxio.cli | |
alluxio.cli.command | |
alluxio.cli.command.metadatacache | |
alluxio.fuse | |
alluxio.fuse.auth |
Constructor and Description |
---|
FuseShell(FileSystem fs,
AlluxioFuseFileSystemOpts fuseFsOpts)
Creates a new instance of
FuseShell . |
Modifier and Type | Field and Description |
---|---|
protected AlluxioFuseFileSystemOpts |
AbstractFuseShellCommand.mFuseFsOpts |
Constructor and Description |
---|
AbstractFuseShellCommand(FileSystem fileSystem,
AlluxioFuseFileSystemOpts fuseFsOpts,
String commandName) |
MetadataCacheCommand(FileSystem fs,
AlluxioFuseFileSystemOpts fuseFsOpts) |
Constructor and Description |
---|
AbstractMetadataCacheSubCommand(FileSystem fileSystem,
AlluxioFuseFileSystemOpts fuseFsOpts,
String commandName) |
DropAllCommand(FileSystem fs,
AlluxioFuseFileSystemOpts fuseFsOpts,
String parentCommandName) |
DropCommand(FileSystem fs,
AlluxioFuseFileSystemOpts fuseFsOpts,
String parentCommandName) |
SizeCommand(FileSystem fs,
AlluxioFuseFileSystemOpts fuseFsOpts,
String parentCommandName) |
Modifier and Type | Method and Description |
---|---|
static AlluxioFuseFileSystemOpts |
AlluxioFuseFileSystemOpts.create(AlluxioConfiguration conf)
Constructs an
AlluxioFuseFileSystemOpts with only Alluxio cluster configuration. |
static AlluxioFuseFileSystemOpts |
AlluxioFuseFileSystemOpts.create(AlluxioConfiguration conf,
AlluxioFuseCliOpts fuseCliOpts)
Constructs an
AlluxioFuseFileSystemOpts with
Alluxio cluster configuration and command line input. |
Modifier and Type | Method and Description |
---|---|
static FuseUmountable |
AlluxioFuse.launchFuse(FileSystemContext fsContext,
FileSystem fs,
AlluxioConfiguration conf,
AlluxioFuseFileSystemOpts fuseFsOpts,
boolean blocking)
Launches Fuse application.
|
Constructor and Description |
---|
AlluxioJniFuseFileSystem(FileSystemContext fsContext,
FileSystem fs,
AlluxioFuseFileSystemOpts fuseFsOpts)
Creates a new instance of
AlluxioJniFuseFileSystem . |
AlluxioJnrFuseFileSystem(FileSystem fs,
AlluxioFuseFileSystemOpts fuseFsOpts)
Creates a new instance of
AlluxioJnrFuseFileSystem . |
Modifier and Type | Field and Description |
---|---|
protected AlluxioFuseFileSystemOpts |
LaunchUserGroupAuthPolicy.mFuseOptions |
Modifier and Type | Method and Description |
---|---|
static AuthPolicy |
AuthPolicyFactory.create(FileSystem fileSystem,
AlluxioFuseFileSystemOpts fuseFsOpts,
FuseFileSystem fuseFileSystem)
Creates a new instance of
AuthPolicy . |
static CustomAuthPolicy |
CustomAuthPolicy.create(FileSystem fileSystem,
AlluxioFuseFileSystemOpts fuseFsOpts,
Optional<FuseFileSystem> fuseFileSystem)
Creates a new custom auth policy.
|
static LaunchUserGroupAuthPolicy |
LaunchUserGroupAuthPolicy.create(FileSystem fileSystem,
AlluxioFuseFileSystemOpts fuseFsOpts,
Optional<FuseFileSystem> fuseFileSystem)
Creates a new launch user auth policy.
|
static SystemUserGroupAuthPolicy |
SystemUserGroupAuthPolicy.create(FileSystem fileSystem,
AlluxioFuseFileSystemOpts fuseFsOpts,
Optional<FuseFileSystem> fuseFileSystem)
Creates a new system auth policy.
|
Constructor and Description |
---|
LaunchUserGroupAuthPolicy(FileSystem fileSystem,
AlluxioFuseFileSystemOpts fuseFsOpts,
Optional<FuseFileSystem> fuseFileSystem) |
Copyright © 2023. All Rights Reserved.