Uses of Class
com.orientechnologies.orient.core.schedule.OScheduledEvent
Packages that use OScheduledEvent
-
Uses of OScheduledEvent in com.orientechnologies.orient.core.schedule
Methods in com.orientechnologies.orient.core.schedule that return OScheduledEventModifier and TypeMethodDescriptionOScheduledEventBuilder.build()Returns a scheduled event by name.OSchedulerImpl.removeEventInternal(String eventName) OScheduledEvent.schedule(String database, String user, OrientDBInternal orientDB) Methods in com.orientechnologies.orient.core.schedule that return types with arguments of type OScheduledEventModifier and TypeMethodDescriptionOScheduler.getEvents()Returns all the scheduled events.OSchedulerImpl.getEvents()OSchedulerProxy.getEvents()Methods in com.orientechnologies.orient.core.schedule with parameters of type OScheduledEventModifier and TypeMethodDescriptionvoidOScheduler.scheduleEvent(OScheduledEvent event) Creates a new scheduled event.voidOSchedulerImpl.scheduleEvent(OScheduledEvent event) voidOSchedulerProxy.scheduleEvent(OScheduledEvent scheduler) voidOScheduler.updateEvent(OScheduledEvent event) Updates a scheduled event.voidOSchedulerImpl.updateEvent(OScheduledEvent event) voidOSchedulerProxy.updateEvent(OScheduledEvent event)