public final class FuseShell extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FuseShell.CommandType
Fuse command type.
|
Modifier and Type | Field and Description |
---|---|
static String |
ALLUXIO_CLI_PATH |
Constructor and Description |
---|
FuseShell(FileSystem fs,
AlluxioConfiguration conf)
Creates a new instance of
FuseShell . |
Modifier and Type | Method and Description |
---|---|
boolean |
isFuseSpecialCommand(AlluxioURI uri)
Checks if the given uri contains Fuse special command.
|
URIStatus |
runCommand(AlluxioURI uri) |
public static final String ALLUXIO_CLI_PATH
public FuseShell(FileSystem fs, AlluxioConfiguration conf)
FuseShell
.fs
- Alluxio file systemconf
- Alluxio configurationpublic boolean isFuseSpecialCommand(AlluxioURI uri)
uri
- check whether the uri contains Fuse special commandpublic URIStatus runCommand(AlluxioURI uri) throws InvalidArgumentException
uri
- that include command informationInvalidArgumentException
Copyright © 2023. All Rights Reserved.