@ThreadSafe public interface FuseStreamFactory
FuseFileInStream
.Modifier and Type | Method and Description |
---|---|
FuseFileStream |
create(AlluxioURI uri,
int flags,
long mode)
Factory method for creating/opening a file
and creating an implementation of
FuseFileStream . |
FuseFileStream create(AlluxioURI uri, int flags, long mode)
FuseFileStream
.uri
- the Alluxio URIflags
- the create/open flagsmode
- the create file mode, -1 if not setCopyright © 2023. All Rights Reserved.