Package | Description |
---|---|
alluxio.fuse | |
alluxio.fuse.file |
Modifier and Type | Field and Description |
---|---|
static IndexDefinition<FuseFileEntry<FuseFileStream>,Long> |
AlluxioJniFuseFileSystem.ID_INDEX |
protected IndexedSet<FuseFileEntry<FuseFileStream>> |
AlluxioJniFuseFileSystem.mFileEntries |
static IndexDefinition<FuseFileEntry<FuseFileStream>,String> |
AlluxioJniFuseFileSystem.PATH_INDEX |
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. |
class |
FusePositionReader
FUSE position reader.
|
class |
FusePositionReadOrOutStream
An implementation for
FuseFileStream for read only or write only workloads. |
Modifier and Type | Method and Description |
---|---|
FuseFileStream |
SimpleFuseStreamFactory.create(AlluxioURI uri,
int flags,
long mode)
Factory method for creating/opening a file
and creating an implementation of
FuseFileStream . |
FuseFileStream |
FuseStreamFactory.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.