- 所有超级接口:
- AutoCloseable, Closeable, JobConfigurable, Mapper<K,V,DocumentID,DocumentAndOp>
- 所有已知实现类:
- 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).