Spring for Apache Hadoop

org.springframework.data.hadoop.store.dataset
Interface RecordCallback<T>


public interface RecordCallback<T>

Callback interface for code that operates on a Dataset record.

Since:
2.0
Author:
Thomas Risberg

Method Summary
 void doInRecord(T record)
           
 

Method Detail

doInRecord

void doInRecord(T record)

Spring for Apache Hadoop