| Constructor and Description | 
|---|
ScheduledEntry(K key,
              V value,
              long scheduledDelayMillis,
              int actualDelaySeconds,
              long scheduleId)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
long | 
getActualDelayMillis()  | 
int | 
getActualDelaySeconds()  | 
K | 
getKey()  | 
long | 
getScheduledDelayMillis()  | 
long | 
getScheduleId()  | 
V | 
getValue()  | 
int | 
hashCode()  | 
V | 
setValue(V value)  | 
String | 
toString()  | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic long getScheduledDelayMillis()
public int getActualDelaySeconds()
public long getScheduleId()
public long getActualDelayMillis()
public boolean equals(Object o)
public int hashCode()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.