public interface IntGrouper extends Grouper<Integer>
Grouper specialized for the primitive int type| Modifier and Type | Interface and Description |
|---|---|
static interface |
IntGrouper.IntGrouperHashFunction |
Grouper.BufferComparator, Grouper.Entry<T>, Grouper.KeySerde<T>, Grouper.KeySerdeFactory<T>| Modifier and Type | Method and Description |
|---|---|
default AggregateResult |
aggregate(int key) |
default AggregateResult |
aggregate(Integer key)
Deprecated.
Please use
aggregate(int) instead. |
default AggregateResult |
aggregate(Integer key,
int keyHash)
Deprecated.
Please use
aggregate(int, int) instead. |
AggregateResult |
aggregate(int key,
int keyHash) |
IntGrouper.IntGrouperHashFunction |
hashFunction() |
default AggregateResult aggregate(int key)
AggregateResult aggregate(int key, int keyHash)
@Deprecated default AggregateResult aggregate(Integer key)
aggregate(int) instead.@Deprecated default AggregateResult aggregate(Integer key, int keyHash)
aggregate(int, int) instead.aggregate in interface Grouper<Integer>key - key objectkeyHash - result of Grouper.hashFunction() on the keyIntGrouper.IntGrouperHashFunction hashFunction()
hashFunction in interface Grouper<Integer>Copyright © 2011–2017. All rights reserved.