| Package | Description | 
|---|---|
| com.jamonapi.distributed | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HazelcastFilePersisterClass 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  | HazelcastPersisterWrapper for HazelCast persister that provides other services such as monitoring. | 
| class  | HazelcastPersisterImpClass 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  | JamonDataPersisterDecoratorClass that wraps another JamonDataPersister and tracks its performance and any exceptions it may throw. | 
| class  | LocalJamonDataPersisterClass that returns the static jamon data for the jvm as returned by MonitorFactory.getRootMonitor() | 
| class  | LocalJamonFilePersisterPersist/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.