K - key type of scheduled entryV - value type of scheduled entrypublic final class ScheduledEntry<K,V> extends Object implements Map.Entry<K,V>
| Constructor and Description | 
|---|
ScheduledEntry(K key,
              V value,
              long scheduledDelayMillis,
              int actualDelaySeconds)  | 
ScheduledEntry(K key,
              V value,
              long scheduledDelayMillis,
              int actualDelaySeconds,
              long scheduleStartTimeInNanos)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
long | 
getActualDelayMillis()  | 
int | 
getActualDelaySeconds()  | 
K | 
getKey()  | 
long | 
getScheduledDelayMillis()  | 
long | 
getScheduleStartTimeInNanos()  | 
V | 
getValue()  | 
int | 
hashCode()  | 
V | 
setValue(V value)  | 
String | 
toString()  | 
public ScheduledEntry(K key, V value, long scheduledDelayMillis, int actualDelaySeconds)
public long getScheduledDelayMillis()
public int getActualDelaySeconds()
public long getScheduleStartTimeInNanos()
public long getActualDelayMillis()
public boolean equals(Object o)
public int hashCode()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.