public final class FuseShell
extends java.lang.Object
| Constructor and Description |
|---|
FuseShell(FileSystem fs,
AlluxioConfiguration conf)
Creates a new instance of
FuseShell. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSpecialCommand(AlluxioURI uri)
Checks if the given uri contains Fuse special command.
|
URIStatus |
runCommand(AlluxioURI uri) |
public FuseShell(FileSystem fs, AlluxioConfiguration conf)
FuseShell.fs - Alluxio file systemconf - the Alluxio configurationpublic boolean isSpecialCommand(AlluxioURI uri)
uri - check whether the uri contains Fuse special commandpublic URIStatus runCommand(AlluxioURI uri)
uri - that includes command informationCopyright © 2023. All Rights Reserved.