JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.northconcepts.datapipeline.schedule
Interface Scheduler
All Known Implementing Classes:
HourlyScheduler
,
PeriodicScheduler
public interface
Scheduler
Determines the next scheduled event time from a given point in time.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
getNextTime
(long fromMillis)
Returns the next time in this schedule after the specified time.
Method Detail
getNextTime
long getNextTime(long fromMillis)
Returns the next time in this schedule after the specified time.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method