VIn
- input valueKOut
- output keyVOut
- output valuepublic interface RCollectionMapper<VIn,KOut,VOut> extends Serializable
RCollector
instance.
Collected results are handled by RReducer
instance once
all Mapper tasks have finished.Modifier and Type | Method and Description |
---|---|
void |
map(VIn value,
RCollector<KOut,VOut> collector)
Invoked for each Collection source entry
|
void map(VIn value, RCollector<KOut,VOut> collector)
value
- - input valuecollector
- - instance shared across all Mapper tasksCopyright © 2014–2018 The Redisson Project. All rights reserved.