Uses of Class
org.apache.ignite.internal.processors.timeout.GridTimeoutProcessor.CancelableTask
-
Packages that use GridTimeoutProcessor.CancelableTask Package Description org.apache.ignite.internal.processors.cache.query.continuous org.apache.ignite.internal.processors.timeout TODO. -
-
Uses of GridTimeoutProcessor.CancelableTask in org.apache.ignite.internal.processors.cache.query.continuous
Methods in org.apache.ignite.internal.processors.cache.query.continuous that return GridTimeoutProcessor.CancelableTask Modifier and Type Method Description protected GridTimeoutProcessor.CancelableTaskCacheContinuousQueryManager. getCancelableTask()USED ONLY FOR TESTING. -
Uses of GridTimeoutProcessor.CancelableTask in org.apache.ignite.internal.processors.timeout
Methods in org.apache.ignite.internal.processors.timeout that return GridTimeoutProcessor.CancelableTask Modifier and Type Method Description GridTimeoutProcessor.CancelableTaskGridTimeoutProcessor. schedule(Runnable task, long delay, long period)Schedule the specified timer task for execution at the specified time with the specified period, in milliseconds.
-