public final class CacheEventJournalFunctions extends Object
Modifier and Type | Method and Description |
---|---|
static <K,V> Function<EventJournalCacheEvent<K,V>,V> |
cacheEventNewValue() |
static <K,V> Function<EventJournalCacheEvent<K,V>,Map.Entry<K,V>> |
cacheEventToEntry() |
static <K,V> Predicate<EventJournalCacheEvent<K,V>> |
cachePutEvents() |
public static <K,V> Predicate<EventJournalCacheEvent<K,V>> cachePutEvents()
public static <K,V> Function<EventJournalCacheEvent<K,V>,Map.Entry<K,V>> cacheEventToEntry()
public static <K,V> Function<EventJournalCacheEvent<K,V>,V> cacheEventNewValue()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.