| Package | Description |
|---|---|
| com.orientechnologies.orient.core.schedule |
| Modifier and Type | Method and Description |
|---|---|
OScheduledEvent |
OScheduledEventBuilder.build() |
OScheduledEvent |
OSchedulerImpl.getEvent(String name) |
OScheduledEvent |
OScheduler.getEvent(String eventName)
Returns a scheduled event by name.
|
OScheduledEvent |
OSchedulerProxy.getEvent(String name) |
OScheduledEvent |
OScheduledEvent.schedule() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OScheduledEvent> |
OSchedulerImpl.getEvents() |
Map<String,OScheduledEvent> |
OScheduler.getEvents()
Returns all the scheduled events.
|
Map<String,OScheduledEvent> |
OSchedulerProxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
OSchedulerImpl.scheduleEvent(OScheduledEvent event) |
void |
OScheduler.scheduleEvent(OScheduledEvent event)
Creates a new scheduled event.
|
void |
OSchedulerProxy.scheduleEvent(OScheduledEvent scheduler) |
void |
OSchedulerImpl.updateEvent(OScheduledEvent event) |
void |
OScheduler.updateEvent(OScheduledEvent event)
Updates a scheduled event.
|
void |
OSchedulerProxy.updateEvent(OScheduledEvent event) |
Copyright © 2009–2025 OrientDB. All rights reserved.