| Modifier and Type | Method and Description |
|---|---|
List<BasicStatisticsCollector> |
StatisticsChart.getBasicLines()
Get only lines of type
BasicStatisticsCollector. |
List<BasicStatisticsCollector> |
AggregatedStatisticsCollector.getContainedCollectors()
Get all
BasicStatisticsCollectors that should be aggregated. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatisticsService.addCollector(BasicStatisticsCollector collector)
Adds the
StatisticsCollector collector to the StatisticsService. |
boolean |
DefaultStatisticsService.addCollector(BasicStatisticsCollector collector) |
boolean |
AggregatedStatisticsCollector.addContainedCollector(BasicStatisticsCollector collector)
Add a
BasicStatisticsCollector that should be aggregated. |
boolean |
AggregatedStatisticsCollector.removeContainedCollector(BasicStatisticsCollector collector)
Remove
BasicStatisticsCollector from aggregated collectors. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStatisticsService.setCollectors(Collection<BasicStatisticsCollector> collectors) |
| Modifier and Type | Method and Description |
|---|---|
List<BasicStatisticsCollector> |
DefaultStatisticsChart.getBasicLines() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStatisticsChart.setBasicLines(List<BasicStatisticsCollector> lines) |
| 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 |
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 | Method and Description |
|---|---|
List<BasicStatisticsCollector> |
DefaultAggregatedStaitsicsCollector.getContainedCollectors() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultAggregatedStaitsicsCollector.addContainedCollector(BasicStatisticsCollector collector) |
boolean |
DefaultAggregatedStaitsicsCollector.removeContainedCollector(BasicStatisticsCollector collector) |
| Modifier and Type | Class and Description |
|---|---|
class |
DBConnectionsInUseCollector |
class |
TaskQueuePoolingQueueSizeStatisticsCollector |
class |
TaskQueueSizeStatisticsCollector |
Copyright © 2017 SAP SE. All Rights Reserved.