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.createWithNullKey(V value,
long storeTime)
Used to put staging area.
|
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 |
---|---|
WriteBehindQueue<DelayedEntry> |
WriteBehindStore.getWriteBehindQueue() |
Modifier and Type | Method and Description |
---|---|
void |
WriteBehindStore.setWriteBehindQueue(WriteBehindQueue<DelayedEntry> writeBehindQueue) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.