Class MapperBase<K1,​V1,​K2,​V2>

  • All Implemented Interfaces:
    Mapper<K1,​V1,​K2,​V2>, OutputCollector<K1,​V1>
    Direct Known Subclasses:
    ItemMapper

    public abstract class MapperBase<K1,​V1,​K2,​V2>
    extends java.lang.Object
    implements Mapper<K1,​V1,​K2,​V2>, OutputCollector<K1,​V1>
    • Method Summary

      Modifier and Type Method Description
      void collect​(K1 key, V1 value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface stroom.mapreduce.v2.Mapper

        map