| Modifier and Type | Field and Description |
|---|---|
protected IStatisticRecord |
PeerFSMImpl.timeCount |
protected IStatisticRecord |
PeerFSMImpl.timeSumm |
| Modifier and Type | Method and Description |
|---|---|
<L> Callable<L> |
IConcurrentEntityFactory.newDefaultCallable(Callable<L> runnable,
IStatistic statistic,
IStatisticRecord... statisticRecords) |
Runnable |
IConcurrentEntityFactory.newDefaultRunnable(Runnable runnable,
IStatistic statistic,
IStatisticRecord... statisticRecords) |
RejectedExecutionHandler |
IConcurrentEntityFactory.newRejectedExecutionHandler(IStatisticRecord rejectedCount) |
| Modifier and Type | Method and Description |
|---|---|
IStatisticRecord |
IStatistic.getRecordByName(IStatisticRecord.Counters name) |
IStatisticRecord |
IStatistic.getRecordByName(String name) |
IStatisticRecord |
IStatisticManager.newCounterRecord(IStatisticRecord.Counters recordDescription) |
IStatisticRecord |
IStatisticManager.newCounterRecord(IStatisticRecord.Counters recordDescription,
IStatisticRecord.ValueHolder counters) |
IStatisticRecord |
IStatisticManager.newCounterRecord(IStatisticRecord.Counters recordDescription,
IStatisticRecord.ValueHolder counters,
IStatisticRecord... rec) |
IStatisticRecord |
IStatisticManager.newCounterRecord(String name,
String description) |
IStatisticRecord |
IStatisticManager.newCounterRecord(String name,
String description,
IStatisticRecord.ValueHolder counter) |
IStatisticRecord |
IStatisticManager.newPerSecondCounterRecord(String name,
IStatisticRecord.Counters recordDescription,
IStatisticRecord record) |
| Modifier and Type | Method and Description |
|---|---|
List<IStatisticRecord> |
IStatisticManager.getPSStatisticRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
IStatistic.appendCounter(IStatisticRecord... rec)
Merge statistic
|
IStatisticRecord |
IStatisticManager.newCounterRecord(IStatisticRecord.Counters recordDescription,
IStatisticRecord.ValueHolder counters,
IStatisticRecord... rec) |
IStatisticRecord |
IStatisticManager.newPerSecondCounterRecord(String name,
IStatisticRecord.Counters recordDescription,
IStatisticRecord record) |
IStatistic |
IStatisticManager.newStatistic(String name,
IStatistic.Groups group,
IStatisticRecord... rec) |
void |
IStatisticManager.removePerSecondCounterRecord(IStatisticRecord rec) |
| Modifier and Type | Method and Description |
|---|---|
<L> Callable<L> |
ConcurrentEntityFactory.newDefaultCallable(Callable<L> runnable,
IStatistic statistic,
IStatisticRecord... statisticRecords) |
Runnable |
ConcurrentEntityFactory.newDefaultRunnable(Runnable runnable,
IStatistic statistic,
IStatisticRecord... statisticRecords) |
RejectedExecutionHandler |
ConcurrentEntityFactory.newRejectedExecutionHandler(IStatisticRecord rejectedCount) |
| Modifier and Type | Field and Description |
|---|---|
protected List<IStatisticRecord> |
AbstractPeer.perSecondRecords |
| Modifier and Type | Method and Description |
|---|---|
IStatisticRecord |
StatisticManagerImpl.newCounterRecord(IStatisticRecord.Counters recordDescription) |
IStatisticRecord |
StatisticManagerImpl.newCounterRecord(IStatisticRecord.Counters recordDescription,
IStatisticRecord.ValueHolder counters) |
IStatisticRecord |
StatisticManagerImpl.newCounterRecord(IStatisticRecord.Counters recordDescription,
IStatisticRecord.ValueHolder counter,
IStatisticRecord... rec) |
IStatisticRecord |
StatisticManagerImpl.newCounterRecord(String name,
String description) |
IStatisticRecord |
StatisticManagerImpl.newCounterRecord(String name,
String description,
IStatisticRecord.ValueHolder counters) |
IStatisticRecord |
StatisticManagerImpl.newPerSecondCounterRecord(String name,
IStatisticRecord.Counters recordDescription,
IStatisticRecord child) |
| Modifier and Type | Method and Description |
|---|---|
List<IStatisticRecord> |
StatisticManagerImpl.getPSStatisticRecord() |
| Modifier and Type | Method and Description |
|---|---|
IStatisticRecord |
StatisticManagerImpl.newCounterRecord(IStatisticRecord.Counters recordDescription,
IStatisticRecord.ValueHolder counter,
IStatisticRecord... rec) |
IStatisticRecord |
StatisticManagerImpl.newPerSecondCounterRecord(String name,
IStatisticRecord.Counters recordDescription,
IStatisticRecord child) |
IStatistic |
StatisticManagerImpl.newStatistic(String name,
IStatistic.Groups group,
IStatisticRecord... rec) |
void |
StatisticManagerImpl.removePerSecondCounterRecord(IStatisticRecord rec) |
Copyright © 2016. All Rights Reserved.