public final class FuseShell extends Object
Constructor and Description |
---|
FuseShell(FileSystem fs,
AlluxioFuseFileSystemOpts fuseFsOpts)
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, AlluxioFuseFileSystemOpts fuseFsOpts)
FuseShell
.fs
- Alluxio file systemfuseFsOpts
- the options for AlluxioFuse filesystempublic boolean isSpecialCommand(AlluxioURI uri)
uri
- check whether the uri contains Fuse special commandpublic URIStatus runCommand(AlluxioURI uri) throws InvalidArgumentException
uri
- that includes command informationInvalidArgumentException
Copyright © 2023. All Rights Reserved.