K - the key type.V - the value type.public interface DelayedEntry<K,V>
MapStore
 when MapStoreConfig.writeDelaySeconds is greater than 0.AddedDelayedEntry, 
DeletedDelayedEntry, 
NullValueDelayedEntry| Modifier and Type | Method and Description | 
|---|---|
| K | getKey() | 
| int | getPartitionId() | 
| long | getSequence() | 
| long | getStoreTime() | 
| V | getValue() | 
| void | setSequence(long sequence) | 
| void | setStoreTime(long storeTime) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.