Class RecoverableFsDataOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable
    Direct Known Subclasses:
    LocalRecoverableFsDataOutputStream

    @PublicEvolving
    public abstract class RecoverableFsDataOutputStream
    extends FSDataOutputStream
    An output stream to a file system that can be recovered at well defined points. The stream initially writes to hidden files or temp files and only creates the target file once it is closed and "committed".