- All Superinterfaces:
- AutoCloseable, Closeable, JobConfigurable, Mapper<K,V,DocumentID,DocumentAndOp>
- All Known Implementing Classes:
- IdentityLocalAnalysis, LineDocLocalAnalysis
public interface ILocalAnalysis<K extends WritableComparable,V extends Writable>
extends Mapper<K,V,DocumentID,DocumentAndOp>
Application specific local analysis. The output type must be (DocumentID,
DocumentAndOp).