|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelayedEntry | |
---|---|
com.hazelcast.map.impl.mapstore.writebehind | Package for processing write behind store operations. |
Uses of DelayedEntry in com.hazelcast.map.impl.mapstore.writebehind |
---|
Methods in com.hazelcast.map.impl.mapstore.writebehind that return DelayedEntry | ||
---|---|---|
static
|
DelayedEntry.create(K key,
V value,
long storeTime)
|
|
static
|
DelayedEntry.create(K key,
V value,
long storeTime,
int partitionId)
|
|
static
|
DelayedEntry.createWithNullKey(V value,
long storeTime)
Used to put staging area. |
|
static
|
DelayedEntry.createWithNullValue(K key,
long storeTime,
int partitionId)
Used to removal operations from map store. |
Methods in com.hazelcast.map.impl.mapstore.writebehind that return types with arguments of type DelayedEntry | |
---|---|
List<DelayedEntry> |
WriteBehindQueue.get(int count)
Returns supplied number of entries from the start. |
WriteBehindQueue<DelayedEntry> |
WriteBehindStore.getWriteBehindQueue()
|
Method parameters in com.hazelcast.map.impl.mapstore.writebehind with type arguments of type DelayedEntry | |
---|---|
void |
WriteBehindStore.setWriteBehindQueue(WriteBehindQueue<DelayedEntry> writeBehindQueue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |