| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregatedStatisticsCollector |
interface |
BasicStatisticsCollector |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStatisticsCollector |
| Modifier and Type | Method and Description |
|---|---|
StatisticsCollector |
StatisticsChart.getLine(java.lang.String name)
Get a specific line from this chart, identified by name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StatisticsCollector> |
StatisticsChart.getAllLines()
Get All
StatisticsCollectors from this chart. |
java.util.List<StatisticsCollector> |
StatisticsChart.getViewLines(java.lang.String view)
Get all lines contained in view.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatisticsChart.addLine(StatisticsCollector collector)
Add a
AbstractStatisticsCollector to this chart. |
boolean |
StatisticsChart.addLinetoView(java.lang.String name,
StatisticsCollector collector)
Add an specific
StatisticsCollector to the view identified by name. |
boolean |
StatisticsChart.removeLine(StatisticsCollector collector)
Removes
AbstractStatisticsCollector identified by name from this chart. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatisticsChart.addView(java.lang.String name,
java.util.List<StatisticsCollector> collectors)
Add a view called name with the
StatisticsCollectors to this chart. |
| Modifier and Type | Method and Description |
|---|---|
StatisticsCollector |
DefaultStatisticsChart.getLine(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StatisticsCollector> |
DefaultStatisticsChart.getAllLines() |
java.util.List<StatisticsCollector> |
DefaultStatisticsChart.getViewLines(java.lang.String view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultStatisticsChart.addLine(StatisticsCollector collector) |
boolean |
DefaultStatisticsChart.addLinetoView(java.lang.String name,
StatisticsCollector collector) |
boolean |
DefaultStatisticsChart.removeLine(StatisticsCollector collector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultStatisticsChart.addView(java.lang.String name,
java.util.List<StatisticsCollector> collectors) |
void |
DefaultStatisticsChart.setViews(java.util.Map<java.lang.String,java.util.List<StatisticsCollector>> mapping) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommittedMemoryCollector
StatisticsCollector collecting the Committed-Memory of the VM.
|
class |
CpuWorkloadCollector
StatisticsCollector collecting the CPU-Workload produced by the VM.
|
class |
DefaultAggregatedStaitsicsCollector |
class |
HTTPSessionCollector
StatisticsCollector collecting the amount of connected and not timed out HTTP-Sessions.
|
class |
MaxMemoryCollector
StatisticsCollector collecting the Maximum-Memory of the VM.
|
class |
ThreadsCollector
StatisticsCollector collecting the amount of running Threads in the VM.
|
class |
UsedMemoryCollector
StatisticsCollector collecting the Used-Memory of the VM.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DBConnectionsInUseCollector |
class |
TaskQueuePoolingQueueSizeStatisticsCollector |
class |
TaskQueueSizeStatisticsCollector |
Copyright © 2018 SAP SE. All Rights Reserved.