See: Description
| Interface | Description | 
|---|---|
| IPredicate<T> | Represents a predicate (boolean-valued function) of one argument. | 
| WriteBehindProcessor<E> | Write behind processors main contract. | 
| WriteBehindQueue<E> | A specific queue implementation which is used for write-behind-store operations. | 
| Class | Description | 
|---|---|
| StoreEvent<E> | For internal usage only. | 
| StoreWorker | When write-behind is enabled the work is offloaded to another thread than partition-operation-thread. | 
| WriteBehindManager | Write behind map store manager. | 
| WriteBehindProcessors | Static factory which creates a write behind processor. | 
| WriteBehindQueues | A class providing static factory methods that create write behind queues. | 
| WriteBehindStore | Write behind map data store implementation. | 
| WriteBehindStore.Sequence | The purpose of this class is to provide distinction
 between flushes caused by eviction and  IMap.flush() | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.