Spring for Apache Hadoop

Package org.springframework.data.hadoop.store

Interface Summary
DataReader<T> A DataReader is an interface for reader implementation able to read entities from a store.
DataStoreReader<T> A DataStoreReader is an extension of DataReader adding methods from Closeable interface.
DataStoreWriter<T> A DataStoreWriter is an extension of DataWriter adding methods from Flushable and Closeable interfaces.
DataWriter<T> A DataWriter is an interface for writer implementation able to write entities into a store.
 

Class Summary
StoreSystemConstants Various constants throughout the store package.
 

Exception Summary
StoreException An exception that indicates there was an error accessing the the underlying HDFS store implementation.
 


Spring for Apache Hadoop