Uses of Interface
com.orientechnologies.orient.core.db.OCancellableTimer
Packages that use OCancellableTimer
Package
Description
-
Uses of OCancellableTimer in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote that return OCancellableTimerModifier and TypeMethodDescriptionOrientDBRemote.delayExecute(Runnable toExecuted, long delay) OrientDBRemote.periodicExecute(Runnable toExecuted, long periodic) -
Uses of OCancellableTimer in com.orientechnologies.orient.core.db
Classes in com.orientechnologies.orient.core.db that implement OCancellableTimerMethods in com.orientechnologies.orient.core.db that return OCancellableTimerModifier and TypeMethodDescriptionOrientDBEmbedded.delayExecute(Runnable toExecuted, long delay) OSchedulerInternal.delayExecute(Runnable toExecute, long delay) Execute a task on executor after a delaydefault OCancellableTimerOSchedulerInternal.delayExecute(Runnable toExecute, Date at) Execute a task on executor at specific time or immediatelyOrientDBEmbedded.periodicExecute(Runnable toExecuted, long periodic) OSchedulerInternal.periodicExecute(Runnable toExecute, long periodic) Add a task on the internal executor periodically.OSchedulerInternal.scheduleExecuteFrom(Runnable task, Date firstTime, long period) -
Uses of OCancellableTimer in com.orientechnologies.orient.server.hazelcast
Fields in com.orientechnologies.orient.server.hazelcast declared as OCancellableTimerModifier and TypeFieldDescriptionprotected OCancellableTimerOHazelcastClusterMetadataManager.publishLocalNodeConfigurationTask