|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriteBehindQueue | |
---|---|
com.hazelcast.map.impl.mapstore.writebehind | Package for processing write behind store operations. |
Uses of WriteBehindQueue in com.hazelcast.map.impl.mapstore.writebehind |
---|
Methods in com.hazelcast.map.impl.mapstore.writebehind that return WriteBehindQueue | ||
---|---|---|
static WriteBehindQueue |
WriteBehindQueues.createBoundedWriteBehindQueue(int maxCapacity,
AtomicInteger counter)
|
|
static
|
WriteBehindQueues.createDefaultWriteBehindQueue()
|
|
WriteBehindQueue<DelayedEntry> |
WriteBehindStore.getWriteBehindQueue()
|
Methods in com.hazelcast.map.impl.mapstore.writebehind with parameters of type WriteBehindQueue | |
---|---|
Collection |
WriteBehindProcessor.flush(WriteBehindQueue queue)
|
void |
WriteBehindStore.setWriteBehindQueue(WriteBehindQueue<DelayedEntry> writeBehindQueue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |