| Package | Description | 
|---|---|
| com.hazelcast.map.impl.mapstore.writebehind | 
 Package for processing write behind store operations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static WriteBehindQueue<DelayedEntry> | 
WriteBehindQueues.createBoundedWriteBehindQueue(int maxCapacity,
                             AtomicInteger counter)  | 
static WriteBehindQueue<DelayedEntry> | 
WriteBehindQueues.createDefaultWriteBehindQueue()  | 
WriteBehindQueue<DelayedEntry> | 
WriteBehindStore.getWriteBehindQueue()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WriteBehindProcessor.flush(WriteBehindQueue queue)
Flushes supplied  
WriteBehindQueue to map-store. | 
void | 
WriteBehindStore.setWriteBehindQueue(WriteBehindQueue<DelayedEntry> writeBehindQueue)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.