Class ScheduledMonitor
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
@Deprecated(message = "Inappropriate name", replaceWith = @ReplaceWith(imports = {}, expression = "GracefulScheduledExecutorService")) public abstract class ScheduledMonitor extends GracefulScheduledExecutor
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisClosedprivate DurationinitialDelayprivate Durationintervalprivate final ScheduledExecutorServiceexecutorprivate final BooleanautoClose
-
Constructor Summary
Constructors Constructor Description ScheduledMonitor()
-
Method Summary
-
Methods inherited from class ai.platon.pulsar.common.concurrent.GracefulScheduledExecutor
close, getAutoClose, getExecutor, getInitialDelay, getInterval, isClosed, run, setInitialDelay, setInterval, start, start, start, start, start, start -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-