Package | Description |
---|---|
org.javasimon |
Core package, contains
Simon implementations, with
the SimonManager as the center point of the API. |
org.javasimon.callback | |
org.javasimon.callback.async | |
org.javasimon.callback.calltree |
CallTreeCallback gathers information
for current thread and displays it subsequent calls like a tree. |
org.javasimon.callback.lastsplits |
LastSplitsCallback retains last
splits in a ring a buffer (fixed size FIFO queue). |
org.javasimon.callback.logging |
LoggingCallback is able to log stopwatch splits and statistics once
in a while (N per millisecond, every N split, when split is longer than N ms, etc.)
and to various outputs (SLF4J, JUL). |
org.javasimon.callback.quantiles |
QuantilesCallback sorts splits to categories
(Bucket s) based on time ranges. |
org.javasimon.callback.timeline | |
org.javasimon.console |
Java Simon embeddable Web console base package.
|
org.javasimon.jmx |
JMX capabilities for Simons.
|
org.javasimon.spring |
Support classes to automatically monitor Spring beans with the
Monitored annotation. |
org.javasimon.utils |
Java Simon supporting utilities and tools.
|
Class and Description |
---|
CompositeCallback
Composite
Callback can hold more callbacks which allows to form callback trees where events are passed to
sub-callbacks. |
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
Callback.Event
Enumeration of all supported callback actions.
|
CompositeCallback
Composite
Callback can hold more callbacks which allows to form callback trees where events are passed to
sub-callbacks. |
FilterCallback
FilterCallback extends
Callback adding filtering capabilities. |
FilterRule.Type
Enumeration of rule types that determines the evaluation of multiple rules in a chain.
|
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
CallbackSkeleton
Implements
Callback interface so that it does nothing - intended for extension by simple (non-composite)
callbacks. |
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
CallbackSkeleton
Implements
Callback interface so that it does nothing - intended for extension by simple (non-composite)
callbacks. |
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
CallbackSkeleton
Implements
Callback interface so that it does nothing - intended for extension by simple (non-composite)
callbacks. |
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
CallbackSkeleton
Implements
Callback interface so that it does nothing - intended for extension by simple (non-composite)
callbacks. |
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
CallbackSkeleton
Implements
Callback interface so that it does nothing - intended for extension by simple (non-composite)
callbacks. |
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
CallbackSkeleton
Implements
Callback interface so that it does nothing - intended for extension by simple (non-composite)
callbacks. |
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
Class and Description |
---|
Callback
Callback processes various events of the Java Simon API and is used as an extension point of the API.
|
CallbackSkeleton
Implements
Callback interface so that it does nothing - intended for extension by simple (non-composite)
callbacks. |
Copyright © 2019. All rights reserved.