C G I M N P S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.anaptecs.jeaf.tools.api.performance - package com.anaptecs.jeaf.tools.api.performance
- createStopwatch(String, TimePrecision) - Method in interface com.anaptecs.jeaf.tools.api.performance.PerformanceTools
-
Method creates a new stop watch.
G
- getDuration() - Method in class com.anaptecs.jeaf.tools.api.performance.StopwatchResult
-
Method returns the Duration of the measurement.
- getDurationDivisor() - Method in enum com.anaptecs.jeaf.tools.api.performance.TimePrecision
-
Method returns the divisor that is needed to convert a measurement that is done in nanoseconds into this precision.
- getPerformanceTools() - Static method in interface com.anaptecs.jeaf.tools.api.performance.PerformanceTools
-
Method returns the configured implementation of the Performance Tools.
- getResult() - Method in interface com.anaptecs.jeaf.tools.api.performance.Stopwatch
-
Method returns the result of the measurement.
- getTPSFactor() - Method in enum com.anaptecs.jeaf.tools.api.performance.TimePrecision
-
Method returns the factor that is needed to calculate the transactions per second based on this unit.
- getTransactions() - Method in class com.anaptecs.jeaf.tools.api.performance.StopwatchResult
-
Method returns the number of transactions that were executed during the time when a stopwatch was active.
- getTransactionsPerSecond() - Method in class com.anaptecs.jeaf.tools.api.performance.StopwatchResult
-
Method returns the transactions per second that were processed during the measurement.
- getUnit() - Method in class com.anaptecs.jeaf.tools.api.performance.StopwatchResult
-
Method returns the time precision of the measurement and thus also the unit of the
StopwatchResult.duration. - getUnit() - Method in enum com.anaptecs.jeaf.tools.api.performance.TimePrecision
-
Method returns a string representation of the time precision.
I
- isRunning() - Method in interface com.anaptecs.jeaf.tools.api.performance.Stopwatch
-
Method checks if the stop watch is still running.
M
- MILLIS - com.anaptecs.jeaf.tools.api.performance.TimePrecision
-
Literal for time precision milliseconds.
N
- NANOS - com.anaptecs.jeaf.tools.api.performance.TimePrecision
-
Literal for time precision nanoseconds.
P
- PERFORMANCE_TOOLS - Static variable in interface com.anaptecs.jeaf.tools.api.performance.PerformanceTools
-
Configured implementation of performance tools.
- PerformanceTools - Interface in com.anaptecs.jeaf.tools.api.performance
-
Interface provides methods / functionality that is rather helpful in case of performance measurements etc.
S
- start() - Method in interface com.anaptecs.jeaf.tools.api.performance.Stopwatch
-
Method starts the stop watch.
- start(long) - Method in interface com.anaptecs.jeaf.tools.api.performance.Stopwatch
-
Method starts the stop watch.
- stop() - Method in interface com.anaptecs.jeaf.tools.api.performance.Stopwatch
-
Method stops a running measurement.
- stop(long) - Method in interface com.anaptecs.jeaf.tools.api.performance.Stopwatch
-
Method stops a running measurement.
- stopAndTrace() - Method in interface com.anaptecs.jeaf.tools.api.performance.Stopwatch
-
Method stops a running measurements and logs the result.
- stopAndTrace(long) - Method in interface com.anaptecs.jeaf.tools.api.performance.Stopwatch
-
Method stops a running measurements and logs the result.
- Stopwatch - Interface in com.anaptecs.jeaf.tools.api.performance
- StopwatchResult - Class in com.anaptecs.jeaf.tools.api.performance
-
Class represents the result of a stop watch run.
- StopwatchResult(long, TimePrecision, long) - Constructor for class com.anaptecs.jeaf.tools.api.performance.StopwatchResult
-
Initialize object
T
- TimePrecision - Enum in com.anaptecs.jeaf.tools.api.performance
-
Static enum defining the supported precisions of a stop watch
- traceResult() - Method in interface com.anaptecs.jeaf.tools.api.performance.Stopwatch
-
Method logs the results of a measurement.
V
- valueOf(String) - Static method in enum com.anaptecs.jeaf.tools.api.performance.TimePrecision
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.anaptecs.jeaf.tools.api.performance.TimePrecision
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages