Package org.apache.spark.sql.streaming
Interface ExpiredTimerInfo
- All Superinterfaces:
 Serializable
Class used to provide access to expired timer's expiry time. These values
 are only relevant if the ExpiredTimerInfo is valid.
- 
Method Summary
Modifier and TypeMethodDescriptionlongGet the expired timer's expiry time as milliseconds in epoch time.booleanisValid()Check if provided ExpiredTimerInfo is valid. 
- 
Method Details
- 
getExpiryTimeInMs
long getExpiryTimeInMs()Get the expired timer's expiry time as milliseconds in epoch time.- Returns:
 - (undocumented)
 
 - 
isValid
boolean isValid()Check if provided ExpiredTimerInfo is valid.- Returns:
 - (undocumented)
 
 
 -