| Interface | Description |
|---|---|
| AlluxioFuseUtils.FuseCallable |
An interface representing a callable for FUSE APIs.
|
| FuseUmountable |
An interface for unmounting the mounted Fuse applications.
|
| Class | Description |
|---|---|
| AlluxioFuse |
Main entry point to Alluxio-FUSE.
|
| AlluxioFuseFileSystem |
Main FUSE implementation class.
|
| AlluxioFuseUtils |
Utility methods for Alluxio-FUSE.
|
| AlluxioJniFuseFileSystem |
Main FUSE implementation class.
|
| CreateFileEntry<T extends java.io.OutputStream> |
Convenience class to encapsulate output stream
and its information (path, id) for create alluxio file.
|
| FuseMountOptions |
Convenience class to pass around Alluxio-FUSE options.
|
| FuseSignalHandler |
Respond to the kill command when in mount fuse JVM.
|
| FuseWebServer |
Fuse web server.
|
| OpenFileEntry<T1 extends java.io.InputStream,T2 extends java.io.OutputStream> |
Convenience class to encapsulate input/output streams of open alluxio files.
|
| StackFS |
Stack FS implements the FUSE callbacks defined by jni-fuse
without interactions with Alluxio clients/servers.
|
| StackMain |
Main entry for StackFS.
|
Copyright © 2021. All Rights Reserved.