@PublicApi @NotThreadSafe public class LineageFileOutStream extends FileOutStream
mUri
mBytesWritten
Constructor and Description |
---|
LineageFileOutStream(FileSystemContext context,
AlluxioURI path,
OutStreamOptions options)
Creates a new file output stream when lineage is enabled.
|
Modifier and Type | Method and Description |
---|---|
protected void |
scheduleAsyncPersist()
Schedules the async persistence of the current file.
|
cancel, close, flush, write, write, write
getBytesWritten
public LineageFileOutStream(FileSystemContext context, AlluxioURI path, OutStreamOptions options) throws IOException
context
- file system contextpath
- the path of the fileoptions
- the set of options specific to this operationIOException
protected void scheduleAsyncPersist() throws IOException
FileOutStream
scheduleAsyncPersist
in class FileOutStream
IOException
Copyright © 2023. All Rights Reserved.