Package org.deltafi.common.queue.jackey
Class SortedSetEntry
java.lang.Object
org.deltafi.common.queue.jackey.SortedSetEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongConverts the score to milliseconds since the epoch.
-
Constructor Details
-
SortedSetEntry
public SortedSetEntry()
-
-
Method Details
-
getScoreEpochMilli
public long getScoreEpochMilli()Converts the score to milliseconds since the epoch.- Returns:
- the score in milliseconds since the epoch
-