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