|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DurationCapture | |
|---|---|
| org.omnaest.utils.assertion | |
| org.omnaest.utils.operation.special | |
| org.omnaest.utils.time | |
| Uses of DurationCapture in org.omnaest.utils.assertion |
|---|
| Methods in org.omnaest.utils.assertion with parameters of type DurationCapture | |
|---|---|
boolean |
AssertLogger.LoglevelAssert.isInterimTimeLowerThan(int durationLimit,
TimeUnit timeUnit,
DurationCapture durationCapture,
Object[] intervalKeys)
Returns true if the getInterimTime(TimeUnit) is lower than the given duration limit. |
boolean |
AssertLogger.LoglevelImpl.isInterimTimeLowerThan(int durationLimit,
TimeUnit timeUnit,
DurationCapture durationCapture,
Object[] intervalKeys)
|
AssertLogger.DirectAssertWithExpression |
AssertLogger.DirectAssert.isInterimTimeLowerThan(int durationLimit,
TimeUnit timeUnit,
DurationCapture durationCapture,
Object[] intervalKeys)
Returns true if the getInterimTime(TimeUnit) is lower than the given duration limit. |
static boolean |
Assert.isInterimTimeLowerThan(int durationLimit,
TimeUnit timeUnit,
DurationCapture durationCapture,
Object[] intervalKeys)
Asserts that the getInterimTimeInMilliseconds(Object...) is lower than the given duration limit for
the given TimeUnit and interval keys. |
| Uses of DurationCapture in org.omnaest.utils.operation.special |
|---|
| Fields in org.omnaest.utils.operation.special declared as DurationCapture | |
|---|---|
protected DurationCapture |
OperationBlockingToFastRepeatingExecutions.durationCapture
|
| Uses of DurationCapture in org.omnaest.utils.time |
|---|
| Fields in org.omnaest.utils.time declared as DurationCapture | |
|---|---|
protected DurationCapture |
DurationCaptureTypeFactory.MethodInterceptorDurationCapture.durationCapture
|
protected DurationCapture |
DurationCaptureRunnableDecorator.durationCapture
|
protected DurationCapture |
DurationCaptureCallableDecorator.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. |
DurationCapture |
DurationCaptureRunnableDecorator.getDurationCapture()
|
DurationCapture |
DurationCaptureCallableDecorator.getDurationCapture()
|
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 | |||||||||