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,
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() |
public long getScheduledDelayMillis()
public int getActualDelaySeconds()
public long getScheduleId()
public long getActualDelayMillis()
public boolean equals(Object o)
public int hashCode()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.