Interface | Description |
---|---|
JamonDataPersister |
Interface that supports saving different jamon data sets.
|
Class | Description |
---|---|
HazelcastFilePersister |
Class that interacts with HazelCast to save jamon data to it so data from any jvm's in the hazelcast cluster
can be visible via the jamon web app.
|
HazelcastPersister |
Wrapper for HazelCast persister that provides other services such as monitoring.
|
HazelcastPersisterImp |
Class that interacts with HazelCast to save jamon data to it so data from any jvms in the hazelcast cluster
can be visible via the jamon web app.
|
JamonDataPersisterDecorator |
Class that wraps another JamonDataPersister and tracks its performance and any exceptions it may throw.
|
JamonDataPersisterFactory |
Class that instanciates the JamonDataPersister class.
|
JamonDataPersisterTimerTask |
Task that starts a thread that will call the JamonDataPersister put method on a timer.
|
JamonServletContextListener |
A timer is executed when the web container starts up.
|
LocalJamonDataPersister |
Class that returns the static jamon data for the jvm as returned by MonitorFactory.getRootMonitor()
|
LocalJamonFilePersister |
Persist/serialize jamon data (MonitorComposite) to a local file.
|
MonitorCompositeCombiner |
Combines multiple MonitorComposite objects into one by getting them from the @link JamonDataPersister.
|
Copyright © 2015. All rights reserved.