Uses of Class
com.hazelcast.map.impl.mapstore.writebehind.DelayedEntry

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
<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.
 

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)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.