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.
|
AlluxioFuseOpenUtils |
Alluxio Fuse utilities to handle different fuse.open() flags.
|
AlluxioFuseUtils |
Utility methods for Alluxio-FUSE.
|
AlluxioFuseUtils.CloseableFuseFileInfo |
Creates a closeable fuse file info.
|
AlluxioJniFuseFileSystem |
Main FUSE implementation class.
|
AlluxioJniRenameUtils |
Alluxio Fuse utilities to handle different fuse.rename() flags.
|
AlluxioJnrFuseFileSystem |
Main FUSE implementation class.
|
CreateFileEntry<T extends OutputStream> |
Convenience class to encapsulate output stream
and its information (path, id) for create alluxio file.
|
FuseConstants |
Constants for FUSE.
|
FuseSignalHandler |
Respond to the kill command when in mount fuse JVM.
|
FuseWebServer |
Fuse web server.
|
OpenFileEntry<T1 extends InputStream,T2 extends 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.
|
Enum | Description |
---|---|
AlluxioFuseOpenUtils.OpenAction |
Alluxio Fuse open action.
|
Copyright © 2023. All Rights Reserved.