|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of an entity to writepublic interface DataWriter<T>
A DataWriter
is an interface for writer implementation
able to write entities into a store.
Method Summary | |
---|---|
void |
write(T entity)
Write an entity. |
Method Detail |
---|
void write(T entity) throws java.io.IOException
java.io.IOException
- if an I/O error occurs
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |