|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DurationCapture | |
|---|---|
| org.omnaest.utils.time | |
| Uses of DurationCapture in org.omnaest.utils.time |
|---|
| Fields in org.omnaest.utils.time declared as DurationCapture | |
|---|---|
protected DurationCapture |
DurationCaptureTypeFactory.MethodInterceptorDurationCapture.durationCapture
|
| Fields in org.omnaest.utils.time with type parameters of type DurationCapture | |
|---|---|
static Class<? extends DurationCapture> |
DurationCapture.implementationForDurationClass
Used by the factory method. |
| Methods in org.omnaest.utils.time that return DurationCapture | |
|---|---|
DurationCapture |
DurationCaptureTypeFactory.DurationCaptureAware.getDurationCapture()
Returns the underlying DurationCapture instance which measures the time of method calls. |
static DurationCapture |
DurationCapture.newInstance()
Creates a new instance of this class. |
DurationCapture |
DurationCapture.startTimeMeasurement()
Starts the measurement of time. |
DurationCapture |
DurationCapture.startTimeMeasurement(Object intervalKey)
Starts the time measurement which will relate to the given key. |
DurationCapture |
DurationCapture.stopTimeMeasurement()
Stops the measurement of the time for the default DurationCapture.Interval. |
DurationCapture |
DurationCapture.stopTimeMeasurement(Object intervalKey)
Stops the time measurement for the respective DurationCapture.Interval. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||