
public interface OScheduler
| Modifier and Type | Interface and Description |
|---|---|
static class |
OScheduler.STATUS |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Shuts down the scheduler.
|
void |
create()
Creates the scheduler classes on database.
|
OScheduledEvent |
getEvent(String eventName)
Returns a scheduled event by name.
|
Map<String,OScheduledEvent> |
getEvents()
Returns all the scheduled events.
|
void |
load()
Loads the scheduled events from database in memory and schedule them.
|
void |
removeEvent(String eventName)
Removes a scheduled event.
|
void |
scheduleEvent(OScheduledEvent event)
Creates a new scheduled event.
|
void |
updateEvent(OScheduledEvent event)
Updates a scheduled event.
|
void scheduleEvent(OScheduledEvent event)
void removeEvent(String eventName)
eventName - Event's namevoid updateEvent(OScheduledEvent event)
Map<String,OScheduledEvent> getEvents()
OScheduledEvent getEvent(String eventName)
eventName - Event's namevoid load()
void close()
void create()
Copyright © 2009–2025 OrientDB. All rights reserved.