public final class KeyExtractors extends Object
Edge.partitioned(...) calls.| Modifier and Type | Method and Description |
|---|---|
static <K> Distributed.Function<Map.Entry<K,?>,K> |
entryKey()
Extractor that returns the key of a
Map.Entry. |
static <T> Distributed.Function<T,T> |
wholeItem()
Transparent key extractor: returns its argument.
|
public static <T> Distributed.Function<T,T> wholeItem()
public static <K> Distributed.Function<Map.Entry<K,?>,K> entryKey()
Map.Entry.K - type of entry's keyCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.