com.hazelcast.map.impl.mapstore.writebehind
Interface StoreListener<E>

Type Parameters:
E - Type of entry
All Superinterfaces:
EventListener

public interface StoreListener<E>
extends EventListener

(For internal usage only.) Listener's main contract which are called before and after store operations.


Method Summary
 void afterStore(StoreEvent<E> storeEvent)
           
 void beforeStore(StoreEvent<E> storeEvent)
           
 

Method Detail

beforeStore

void beforeStore(StoreEvent<E> storeEvent)

afterStore

void afterStore(StoreEvent<E> storeEvent)


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