- Type Parameters:
- T- the type of an entity to write
- All Superinterfaces:
- AutoCloseable, Closeable, DataWriter<T>, Flushable
- All Known Subinterfaces:
- PartitionDataStoreWriter<T,K>
- All Known Implementing Classes:
- AbstractPartitionDataStoreWriter, DelimitedTextFileWriter, OutputStreamWriter, PartitionTextFileWriter, TextFileWriter, TextSequenceFileWriter
public interface DataStoreWriter<T>
extends DataWriter<T>, Flushable, Closeable
A DataStoreWriter is an extension of DataWriter
 adding methods from Flushable and Closeable
 interfaces.
- Author:
- Janne Valkealahti