Package org.shoulder.monitor.concurrent
Class DefaultMonitorableRunnable
java.lang.Object
org.shoulder.core.concurrent.enhance.EnhancedRunnable
org.shoulder.monitor.concurrent.DefaultMonitorableRunnable
- All Implemented Interfaces:
Runnable,MonitorableRunnable
可监控的任务
任务(Runnable)为监控指标添加(任务名)标签
- Author:
- lym
-
Field Summary
Fields inherited from class org.shoulder.core.concurrent.enhance.EnhancedRunnable
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.shoulder.core.concurrent.enhance.EnhancedRunnable
as, asOptional, getDecorators, getOrigin, isInstanceOf, run, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.shoulder.monitor.concurrent.MonitorableRunnable
getEnqueueTime, getRunnableId, getTaskName, getWaitInQueueDuration, setEnqueueTime, setWaitInQueueDuration
-
Constructor Details
-
DefaultMonitorableRunnable
-