Package | Description |
---|---|
alluxio.fuse.file |
Modifier and Type | Class and Description |
---|---|
class |
FuseFileEntry<T extends FuseFileStream>
Convenience class to encapsulate file stream
and its information (path, id) for reading or writing alluxio file.
|
Modifier and Type | Class and Description |
---|---|
class |
FuseFileInOrOutStream
An implementation for
FuseFileStream for read only or write only workloads. |
class |
FuseFileInStream
An implementation for
FuseFileStream for read only operations against an Alluxio uri. |
class |
FuseFileOutStream
An implementation for
FuseFileStream for sequential write only operations
against an Alluxio uri. |
Modifier and Type | Method and Description |
---|---|
FuseFileStream |
FuseFileStream.Factory.create(AlluxioURI uri,
int flags,
long mode)
Factory method for creating/opening a file
and creating an implementation of
FuseFileStream . |
Copyright © 2023. All Rights Reserved.