Spring for Apache Hadoop

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

Type Parameters:
T - the type of an entity to write
All Superinterfaces:
java.io.Closeable, DataWriter<T>, java.io.Flushable
All Known Implementing Classes:
DelimitedTextFileWriter, OutputStreamWriter, TextFileWriter, TextSequenceFileWriter

public interface DataStoreWriter<T>
extends DataWriter<T>, java.io.Flushable, java.io.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
 


Spring for Apache Hadoop