Interface IncrementalFileMergerOutput

All Superinterfaces:
AutoCloseable, Closeable, OpenableCloseable
All Known Implementing Classes:
DelegateIncrementalFileMergerOutput

public interface IncrementalFileMergerOutput extends OpenableCloseable
Output of a merge operation. The output receives notifications of the operations that need to be performed to execute the merge.

Operations on the output should only be done once the inputs have been open (see OpenableCloseable.open().

Outputs need to be open before any operations can be performed and need to be closed to ensure all changes have been persisted.

In general, an output obtained from IncrementalFileMergerOutputs is used.