Package stroom.query.common.v2
Class ItemMapper
- java.lang.Object
-
- stroom.mapreduce.v2.MapperBase<GroupKey,stroom.dashboard.expression.v1.Val[],GroupKey,Item>
-
- stroom.query.common.v2.ItemMapper
-
- All Implemented Interfaces:
Mapper<GroupKey,stroom.dashboard.expression.v1.Val[],GroupKey,Item>
,OutputCollector<GroupKey,stroom.dashboard.expression.v1.Val[]>
public class ItemMapper extends MapperBase<GroupKey,stroom.dashboard.expression.v1.Val[],GroupKey,Item>
-
-
Constructor Summary
Constructors Constructor Description ItemMapper(OutputCollector<GroupKey,Item> outputCollector, CompiledFields fields, int maxDepth, int maxGroupDepth)
-
Method Summary
-
Methods inherited from class stroom.mapreduce.v2.MapperBase
collect
-
-
-
-
Constructor Detail
-
ItemMapper
public ItemMapper(OutputCollector<GroupKey,Item> outputCollector, CompiledFields fields, int maxDepth, int maxGroupDepth)
-
-
Method Detail
-
map
public void map(GroupKey key, stroom.dashboard.expression.v1.Val[] values, OutputCollector<GroupKey,Item> output)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-