| Package | Description |
|---|---|
| sun.jvmstat.perfdata.monitor |
Provides the monitoring implementation classes that utilize the HotSpot
PerfData shared memory instrumentation buffer for discovery and monitoring
of instrumentation exported by a HotSpot Java Virtual Machine.
|
| sun.jvmstat.perfdata.monitor.v1_0 | |
| sun.jvmstat.perfdata.monitor.v2_0 |
| Modifier and Type | Method and Description |
|---|---|
MonitorStatus |
AbstractPerfDataBuffer.getMonitorStatus()
Get a list of the inserted and removed monitors since last called.
|
MonitorStatus |
PerfDataBufferImpl.getMonitorStatus()
Get a list of the inserted and removed monitors since last called.
|
MonitorStatus |
AbstractMonitoredVm.getMonitorStatus()
Get a list of the inserted and removed monitors since last called.
|
protected abstract MonitorStatus |
PerfDataBufferImpl.getMonitorStatus(Map<String,Monitor> m)
get the list of inserted and removed monitors since last called.
|
| Modifier and Type | Method and Description |
|---|---|
protected MonitorStatus |
PerfDataBuffer.getMonitorStatus(Map<String,Monitor> map)
get the list of inserted and removed monitors since last called.
|
| Modifier and Type | Method and Description |
|---|---|
protected MonitorStatus |
PerfDataBuffer.getMonitorStatus(Map<String,Monitor> map)
get the list of inserted and removed monitors since last called.
|
Copyright © 2017–2018 earcam. All rights reserved.