public final class MapEventJournalFunctions extends Object
Modifier and Type | Method and Description |
---|---|
static <K,V> Function<EventJournalMapEvent<K,V>,V> |
mapEventNewValue() |
static <K,V> Function<EventJournalMapEvent<K,V>,Map.Entry<K,V>> |
mapEventToEntry() |
static <K,V> Predicate<EventJournalMapEvent<K,V>> |
mapPutEvents() |
public static <K,V> Predicate<EventJournalMapEvent<K,V>> mapPutEvents()
public static <K,V> Function<EventJournalMapEvent<K,V>,Map.Entry<K,V>> mapEventToEntry()
public static <K,V> Function<EventJournalMapEvent<K,V>,V> mapEventNewValue()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.