Package org.apache.spark.sql.streaming
Interface ExpiredTimerInfo
- All Superinterfaces:
- Serializable
Class used to provide access to expired timer's expiry time.
- 
Method SummaryModifier and TypeMethodDescriptionlongFunction to return the expired timer's expiry time as milliseconds in epoch time.
- 
Method Details- 
getExpiryTimeInMslong getExpiryTimeInMs()Function to return the expired timer's expiry time as milliseconds in epoch time.- Returns:
- - the expired timer's expiry time in milliseconds
 
 
-