| Interface | Description |
|---|---|
| AgentRegistry<T> |
Helper interface for the MBean supporting agents registration
|
| FacultativeMBean |
Helper interface for the MBean supporting enable/disable
|
| FwdJMXMBean |
FWD JMX instrumentation interface
|
| LockTableUpdaterStatMBean |
LockTableUpdater JMX instrumentation interface.
|
| LongCounter |
Helper interface for accumulating
long values |
| MapCounter |
Helper interface for accumulating
long values |
| MapCounterMBean |
Helper interface for the MBean supporting map counting
|
| NanoCounterMBean |
Helper interface for the MBean supporting time measuring
|
| Operation |
Functional interface for operations which may throw exceptions
|
| OptionalCounter |
Helper interface for optional accumulating
long values |
| OptionalMapCounter |
Helper interface for optional accumulating
long map values |
| OptionalQueryProfiler |
Helper interface to aid instrumentation of queries.
|
| QueryProfiler |
Interface to be implemented by the classes which profile queries.
|
| ReturningOperation<T> |
Functional interface for operations which may throw exceptions and return a value
|
| SimpleLongCounterMBean |
Helper interface for the MBean supporting counting
|
| SimpleMapCounterMBean |
Helper interface for the MBean supporting map counting
|
| SimpleQueryProfilerMBean |
MBean specific for profiling queries
|
| ThreadsCpuMBean |
Defines jmx bean interface for measuring CPU utilization by threads
|
| Class | Description |
|---|---|
| AbstractCounter |
Helper abstract class for actual counter classes.
|
| Facultative |
MBean supporting enable/disable
|
| FwdClientJMX |
FWD JMX instrumentation
|
| FwdClientJMX.Holder |
Instance holder (Lazy initialization)
|
| FwdJMX |
FWD JMX instrumentation
|
| FwdServerJMX |
FWD JMX instrumentation
|
| FwdServerJMX.Holder |
Instance holder (Lazy initialization)
|
| LockTableUpdaterStat |
LockTableUpdater JMX instrumentation
|
| NanoCounter |
MBean supporting time measuring
|
| NanoTimer |
Helper class for measuring time intervals
|
| QueryProfilerJMX |
Direct access to the query profiling resource.
|
| SimpleCounter |
Helper class for an optional accumulating
long values. |
| SimpleLongCounter |
MBean supporting counting
|
| SimpleMapCounter |
MBean supporting counting
|
| SimpleQueryProfiler |
Simple query profiler implementing the query profiler MBean
|
| ThreadsCpuCounter |
Represents jmx bean for measuring CPU utilization by threads
|
| ThreadsCpuTimer |
Represents threads CPU timer for measuring CPU utilization of threads.
|
| ValuesCounter |
Helper class for an optional accumulating named
long values. |
| Enum | Description |
|---|---|
| FwdClientJMX.MapCounter |
String-long map counter
|
| FwdServerJMX.Counter |
Long values' counter
|
| FwdServerJMX.MapCounter |
String-long map counter
|
| FwdServerJMX.QueryProfiler |
Profiler which is able to count number of cache misses and hits of each executed query
|
| FwdServerJMX.ThreadsCpuTimers |
Defines the threads cpu counters.
|
| FwdServerJMX.TimeStat |
Time counters
|
| SimpleQueryProfiler.QueryInfo |
The types of counters for each query
|