Package | Description |
---|---|
com.jamonapi.distributed |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
HazelcastPersister
Wrapper for HazelCast persister that provides other services such as monitoring.
|
class |
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.
|
class |
JamonDataPersisterDecorator
Class that wraps another JamonDataPersister and tracks its performance and any exceptions it may throw.
|
class |
LocalJamonDataPersister
Class that returns the static jamon data for the jvm as returned by MonitorFactory.getRootMonitor()
|
class |
LocalJamonFilePersister
Persist/serialize jamon data (MonitorComposite) to a local file.
|
Modifier and Type | Method and Description |
---|---|
static JamonDataPersister |
JamonDataPersisterFactory.get() |
JamonDataPersister |
JamonDataPersisterDecorator.getJamonDataPersister() |
Constructor and Description |
---|
JamonDataPersisterTimerTask(JamonDataPersister jamonDataPersister) |
MonitorCompositeCombiner(JamonDataPersister persister) |
Copyright © 2015. All rights reserved.