Class AppendingImportTableWriterFactory

java.lang.Object
com.illumon.iris.importers.AppendingImportTableWriterFactory
All Implemented Interfaces:
ImportTableWriterFactory

public class AppendingImportTableWriterFactory
extends Object
implements ImportTableWriterFactory
A wrapper for table writer factory that forces append mode after a table is requested the 1st time. This is useful if the factory is used repeatedly with the same partition(s) and we don't want to wipe out the table after the 1st run.