Class OSchedulerImpl
java.lang.Object
com.orientechnologies.orient.core.schedule.OSchedulerImpl
Scheduler default implementation.
- Since:
- Mar 28, 2013
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com), henryzhao81-at-gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidcreate(ODatabaseDocumentInternal database) voidvoidvoidload()voidload(ODatabaseDocumentInternal database) voidremoveEvent(String eventName) removeEventInternal(String eventName) voidscheduleEvent(OScheduledEvent event) voidupdateEvent(OScheduledEvent event)
-
Constructor Details
-
OSchedulerImpl
-
-
Method Details
-
scheduleEvent
-
removeEventInternal
-
removeEvent
-
updateEvent
-
getEvents
-
getEvent
-
load
public void load() -
load
-
close
public void close() -
create
-
initScheduleRecord
-
handleUpdateSchedule
-