Uses of Class
com.hazelcast.map.impl.mapstore.writebehind.StoreEvent

Packages that use StoreEvent
com.hazelcast.map.impl.mapstore.writebehind Package for processing write behind store operations. 
 

Uses of StoreEvent in com.hazelcast.map.impl.mapstore.writebehind
 

Methods in com.hazelcast.map.impl.mapstore.writebehind that return StoreEvent
static
<E> StoreEvent<E>
StoreEvent.createStoreEvent(E source)
           
 

Methods in com.hazelcast.map.impl.mapstore.writebehind with parameters of type StoreEvent
 void StoreListener.afterStore(StoreEvent<E> storeEvent)
           
 void StoreListener.beforeStore(StoreEvent<E> storeEvent)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.