| Package | Description | 
|---|---|
| com.hazelcast.map.impl.mapstore.writebehind | Package for processing write behind store operations. | 
| com.hazelcast.map.impl.mapstore.writebehind.entry | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteBehindQueue<DelayedEntry> | WriteBehindStore. getWriteBehindQueue() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WriteBehindStore. add(DelayedEntry<Data,Object> delayedEntry) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WriteBehindStore. setWriteBehindQueue(WriteBehindQueue<DelayedEntry> writeBehindQueue) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K,V> DelayedEntry<K,V> | DelayedEntries. createDefault(K key,
             V value,
             long storeTime,
             int partitionId) | 
| static <K,V> DelayedEntry<K,V> | DelayedEntries. createWithoutValue(K key) | 
| static <K,V> DelayedEntry<K,V> | DelayedEntries. createWithoutValue(K key,
                  long storeTime,
                  int partitionId) | 
| static <K,V> DelayedEntry<K,V> | DelayedEntries. emptyDelayedEntry() | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.