public class CombinerStage<K extends Comparable<K>,V> extends Object implements Stage
| Modifier and Type | Class and Description |
|---|---|
static interface |
CombinerStage.Combiner<K extends Comparable<K>,V> |
static class |
CombinerStage.Pair<K extends Comparable<K>,V> |
| Constructor and Description |
|---|
CombinerStage(CombinerStage.Combiner<K,V> c,
Observer<Map.Entry<K,V>> o) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.