| Package | Description |
|---|---|
| org.apache.synapse.aspects.statistics | |
| org.apache.synapse.aspects.statistics.view |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsRecord |
StatisticsRecordFactory.getStatisticsRecord(MessageContext synCtx)
Factory method to create
StatisticsRecord instances |
| Modifier and Type | Method and Description |
|---|---|
List<StatisticsRecord> |
StatisticsCollector.getAndClearStatisticsRecords()
Return and clear collected statistics records
|
List<StatisticsRecord> |
StatisticsCollector.getStatisticsRecords()
Returns All collected statistics records
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsCollector.collect(StatisticsRecord statisticsRecord)
Registering a statistics record
|
boolean |
StatisticsCollector.contains(StatisticsRecord statisticsRecord)
Check whether given statistics record has already been registered
|
| Constructor and Description |
|---|
StatisticsUpdateStrategy(StatisticsRecord statisticsRecord) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.