| Modifier and Type | Method and Description |
|---|---|
Grouper.KeySerde<T> |
factorize()
Create a new KeySerde, which may be stateful.
|
Comparator<Grouper.Entry<T>> |
objectComparator(boolean forceDefaultOrder)
Return an object that knows how to compare two serialized key instances.
|
Grouper.KeySerde<T> factorize()
Comparator<Grouper.Entry<T>> objectComparator(boolean forceDefaultOrder)
Grouper.iterator(boolean) method if sorting is enabled.forceDefaultOrder - Return a comparator that sorts by the key in default lexicographic ascending order,
regardless of any other conditions (e.g., presence of OrderBySpecs).Copyright © 2011–2017. All rights reserved.