I
- Key typeS
- Single value typeR
- Reduced value typepublic interface ReducerMapHandle<I,S,R> extends MapHandle<I,ReducerHandle<S,R>>
Modifier and Type | Method and Description |
---|---|
BroadcastMapHandle<I,R> |
broadcastValue(BlockMasterApi master)
Broadcast whole map of reducers to master
|
int |
getReducedSize(BlockMasterApi master)
Number of elements that were reduced.
|
int getReducedSize(BlockMasterApi master)
BroadcastMapHandle<I,R> broadcastValue(BlockMasterApi master)
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.