public class TaskTimeRecordPlugin extends AbstractTaskTimerPlugin
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TaskTimeRecordPlugin.Summary
Summary statistics of SyncTimeRecorder instance at a certain time.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
PLUGIN_NAME |
| 构造器和说明 |
|---|
TaskTimeRecordPlugin() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId()
Get id.
|
PluginRuntime |
getPluginRuntime()
Get plugin runtime info.
|
protected void |
processTaskTime(long taskExecuteTime)
Refresh time indicators of the current instance.
|
TaskTimeRecordPlugin.Summary |
summarize()
Get the summary statistics of the instance at the current time.
|
afterExecute, beforeExecute, currentTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstart, stoppublic String getId()
public PluginRuntime getPluginRuntime()
protected void processTaskTime(long taskExecuteTime)
processTaskTime 在类中 AbstractTaskTimerPlugintaskExecuteTime - execute time of taskpublic TaskTimeRecordPlugin.Summary summarize()
Copyright © 2022. All rights reserved.