| Package | Description |
|---|---|
| com.orientechnologies.orient.core.storage.impl.local.statistic |
| Modifier and Type | Class and Description |
|---|---|
class |
OClusterCountersHolder
Container for cluster related performance numbers
|
static class |
OSessionStoragePerformanceStatistic.IndexCountersHolder |
static class |
OSessionStoragePerformanceStatistic.RidbagCountersHolder |
| Modifier and Type | Field and Description |
|---|---|
OSessionStoragePerformanceStatistic.PerformanceCountersHolder |
OSessionStoragePerformanceStatistic.PerformanceSnapshot.performanceCountersHolder |
| Modifier and Type | Field and Description |
|---|---|
Map<String,OSessionStoragePerformanceStatistic.PerformanceCountersHolder> |
OSessionStoragePerformanceStatistic.PerformanceSnapshot.countersByComponent |
| Modifier and Type | Method and Description |
|---|---|
OSessionStoragePerformanceStatistic.PerformanceCountersHolder |
OSessionStoragePerformanceStatistic.RidbagCountersHolder.newInstance() |
OSessionStoragePerformanceStatistic.PerformanceCountersHolder |
OSessionStoragePerformanceStatistic.PerformanceCountersHolder.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
OSessionStoragePerformanceStatistic.pushComponentCounters(String name,
OSessionStoragePerformanceStatistic.PerformanceCountersHolder holder)
Takes performance data for component from last snapshot and aggregates them with data passed inside method as parameter.
|
void |
OSessionStoragePerformanceStatistic.PerformanceCountersHolder.pushData(OSessionStoragePerformanceStatistic.PerformanceCountersHolder aggregator)
Aggregates passed in and current performance data.
|
void |
OSessionStoragePerformanceStatistic.pushSystemCounters(OSessionStoragePerformanceStatistic.PerformanceCountersHolder holder)
Takes performance data for whole system from last snapshot and aggregates them with data passed inside method as parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OSessionStoragePerformanceStatistic.pushComponentCounters(Map<String,OSessionStoragePerformanceStatistic.PerformanceCountersHolder> counters)
Takes performance data are split by components from last snapshot and aggregates them with data passed inside method as
parameter.
|
Copyright © 2009–2025 OrientDB. All rights reserved.