Modifier and Type | Method and Description |
---|---|
abstract void |
HostCpuView.addCpuUsageData(int cpuIndex,
List<DiscreteTimeData<Double>> data) |
Modifier and Type | Method and Description |
---|---|
void |
HostCpuPanel.addCpuUsageData(int cpuIndex,
List<DiscreteTimeData<Double>> data) |
Modifier and Type | Method and Description |
---|---|
abstract void |
HostMemoryView.addMemoryData(String tag,
List<DiscreteTimeData<? extends Number>> data) |
Modifier and Type | Method and Description |
---|---|
void |
HostMemoryPanel.addMemoryData(String tag,
List<DiscreteTimeData<? extends Number>> data) |
Modifier and Type | Method and Description |
---|---|
abstract void |
NumaView.addNumaData(String tag,
List<DiscreteTimeData<? extends Number>> data) |
Modifier and Type | Method and Description |
---|---|
void |
NumaPanel.addNumaData(String tag,
List<DiscreteTimeData<? extends Number>> data) |
Modifier and Type | Method and Description |
---|---|
abstract void |
VmClassStatView.addClassCount(List<DiscreteTimeData<Long>> data) |
Modifier and Type | Method and Description |
---|---|
void |
VmClassStatPanel.addClassCount(List<DiscreteTimeData<Long>> data) |
Modifier and Type | Method and Description |
---|---|
abstract void |
VmCpuView.addData(List<DiscreteTimeData<? extends Number>> data) |
Modifier and Type | Method and Description |
---|---|
void |
VmCpuPanel.addData(List<DiscreteTimeData<? extends Number>> data) |
Copyright © 2014. All rights reserved.