org.springframework.data.hadoop.store
Interface DataStoreWriter<T>

Type Parameters:
T - the type of an entity to write
All Superinterfaces:
Closeable, DataWriter<T>, Flushable
All Known Implementing Classes:
DelimitedTextFileWriter, OutputStreamWriter, 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

Method Summary
 
Methods inherited from interface org.springframework.data.hadoop.store.DataWriter
write
 
Methods inherited from interface java.io.Flushable
flush
 
Methods inherited from interface java.io.Closeable
close