public static class Instrumentation.Cron extends Object
Constructor and Description |
---|
Instrumentation.Cron()
Creates new Cron, stopped, in zero.
|
Modifier and Type | Method and Description |
---|---|
long |
getEnd()
Return the end time of the cron.
|
long |
getOwn()
Return the own time of the cron.
|
long |
getStart()
Return the start time of the cron.
|
long |
getTotal()
Return the total time of the cron.
|
void |
start()
Start the cron.
|
void |
stop()
Stops the cron.
|
public Instrumentation.Cron()
public void start()
public void stop()
public long getStart()
public long getEnd()
public long getTotal()
public long getOwn()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.