Package | Description |
---|---|
com.jamonapi |
This package contains classes and interfaces used to monitor Java applications.
|
com.jamonapi.log4j |
Modifier and Type | Interface and Description |
---|---|
interface |
MonKey
Key that allows for a monitor to be passed any number of keys used in the equivalent
of a group by clause.
|
Modifier and Type | Class and Description |
---|---|
class |
MonKeyBase
Class that can be used as a composite key for MonitorFactor.add(compositeKey, 100) method calls
Note the passed in LinkedHashMap is used as a key to another Map that looks up the associated monitor.
|
class |
MonKeyImp
A key implmentation for label, and units type monitors.
|
class |
MonKeyItemBase
Used in MonKeys.
|
Constructor and Description |
---|
MonKeyImp(MonKeyItem keyItem,
String units) |
Modifier and Type | Class and Description |
---|---|
class |
Log4jMonKey
MonKey used to put log4j records into jamon hashmap.
|
Copyright © 2015. All rights reserved.