Skip to content

Commit

Permalink
scala style
Browse files Browse the repository at this point in the history
  • Loading branch information
jingz-db committed Mar 26, 2024
1 parent b34b66c commit 83e5721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class StatefulProcessorHandleImpl(

/**
* Function to retrieve all registered timers for all grouping keys
* @param expiryTimestampMs - threshold for expired timestamp in milliseconds, this function
* @param expiryTimestampMs Threshold for expired timestamp in milliseconds, this function
* will return every timers that has (strictly) smaller timestamp
* @return - iterator of registered timers for all grouping keys
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ class TimerStateImpl(

/**
* Function to get all the registered timers for all grouping keys
* @param expiryTimestampMs - threshold for expired timestamp in milliseconds, this function
* will return every timers that is before this threshold
* @param expiryTimestampMs Threshold for expired timestamp in milliseconds, this function
* will return every timers that has (strictly) smaller timestamp
* @return - iterator of all the registered timers for all grouping keys
*/
def getExpiredTimers(expiryTimestampMs: Long): Iterator[(Any, Long)] = {
Expand Down

0 comments on commit 83e5721

Please sign in to comment.