|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StopWatch | |
|---|---|
| org.apache.commons.monitoring | |
| org.apache.commons.monitoring.impl.repositories | |
| org.apache.commons.monitoring.impl.stopwatches | |
| org.apache.commons.monitoring.listeners | |
| Uses of StopWatch in org.apache.commons.monitoring |
|---|
| Methods in org.apache.commons.monitoring that return StopWatch | |
|---|---|
StopWatch |
Repository.start(Monitor monitor)
Start a StopWatch to monitor execution |
static StopWatch |
Monitoring.start(Monitor monitor)
|
static StopWatch |
Monitoring.start(java.lang.String name)
|
static StopWatch |
Monitoring.start(java.lang.String name,
java.lang.String category)
|
static StopWatch |
Monitoring.start(java.lang.String name,
java.lang.String category,
java.lang.String subsystem)
|
| Methods in org.apache.commons.monitoring that return types with arguments of type StopWatch | |
|---|---|
static java.util.List<StopWatch> |
ExecutionStack.getExecution()
|
| Methods in org.apache.commons.monitoring with parameters of type StopWatch | |
|---|---|
static boolean |
ExecutionStack.isTopLevel(StopWatch stopWatch)
Indicates if the StopWatch is the top-level element in the execution |
static void |
ExecutionStack.push(StopWatch stopWatch)
|
| Uses of StopWatch in org.apache.commons.monitoring.impl.repositories |
|---|
| Methods in org.apache.commons.monitoring.impl.repositories that return StopWatch | |
|---|---|
StopWatch |
ConfigurableImplementationsRepository.start(Monitor monitor)
Start a StopWatch to monitor execution |
| Method parameters in org.apache.commons.monitoring.impl.repositories with type arguments of type StopWatch | |
|---|---|
protected void |
ConfigurableImplementationsRepository.setStopWatchImplementation(java.lang.Class<? extends StopWatch> implementation)
|
| Constructor parameters in org.apache.commons.monitoring.impl.repositories with type arguments of type StopWatch | |
|---|---|
ConfigurableImplementationsRepository(java.lang.Class<? extends StopWatch> stopWatchImplementation,
java.lang.Class<? extends Monitor> monitorImplementation)
Constructor |
|
DefaultRepository(java.lang.Class<? extends StopWatch> stopwatchClass)
|
|
| Uses of StopWatch in org.apache.commons.monitoring.impl.stopwatches |
|---|
| Classes in org.apache.commons.monitoring.impl.stopwatches that implement StopWatch | |
|---|---|
class |
DefaultStopWatch
Estimates the time required for process execution (monitored method, service invocation, database request...). |
class |
ExecutionStopWatch
Derives from StopWathc default implementation to maintain a list of all topWatches involved in the running process. |
| Uses of StopWatch in org.apache.commons.monitoring.listeners |
|---|
| Methods in org.apache.commons.monitoring.listeners that return StopWatch | |
|---|---|
StopWatch |
SecondaryRepository.start(Monitor monitor)
Start a StopWatch to monitor execution |
StopWatch |
HistorizedRepositoryDecorator.start(Monitor monitor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||