| Package | Description |
|---|---|
| com.hazelcast.map.impl.mapstore.writebehind |
Package for processing write behind store operations.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> DelayedEntry<K,V> |
DelayedEntry.create(K key,
V value,
long storeTime) |
static <K,V> DelayedEntry<K,V> |
DelayedEntry.create(K key,
V value,
long storeTime,
int partitionId) |
static <K,V> DelayedEntry<K,V> |
DelayedEntry.createWithNullValue(K key,
long storeTime,
int partitionId)
Used to removal operations from map store.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelayedEntry> |
WriteBehindQueue.get(int count)
Returns supplied number of entries from the start.
|
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) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.