| Modifier and Type | Method and Description |
|---|---|
ObjectPartitionStatisticsImpl |
ObjectPartitionStatisticsImpl.clone() |
ObjectPartitionStatisticsImpl |
IgniteStatisticsRepository.getLocalPartitionStatistics(StatisticsKey key,
int partId)
Get partition statistics.
|
ObjectPartitionStatisticsImpl |
IgniteStatisticsDummyStoreImpl.getLocalPartitionStatistics(StatisticsKey key,
int partId)
Get partition statistics.
|
ObjectPartitionStatisticsImpl |
IgniteStatisticsInMemoryStoreImpl.getLocalPartitionStatistics(StatisticsKey key,
int partId)
Get partition statistics.
|
ObjectPartitionStatisticsImpl |
IgniteStatisticsPersistenceStoreImpl.getLocalPartitionStatistics(StatisticsKey key,
int partId)
Get partition statistics.
|
ObjectPartitionStatisticsImpl |
IgniteStatisticsStore.getLocalPartitionStatistics(StatisticsKey key,
int partId)
Get partition statistics.
|
static ObjectPartitionStatisticsImpl |
StatisticsUtils.toObjectPartitionStatistics(GridKernalContext ctx,
StatisticsObjectData objData)
Convert StatsObjectData message to ObjectPartitionStatistics.
|
| Modifier and Type | Method and Description |
|---|---|
Map<StatisticsKey,Collection<ObjectPartitionStatisticsImpl>> |
IgniteStatisticsDummyStoreImpl.getAllLocalPartitionsStatistics(String schema)
Get all local partition statistics.
|
Map<StatisticsKey,Collection<ObjectPartitionStatisticsImpl>> |
IgniteStatisticsInMemoryStoreImpl.getAllLocalPartitionsStatistics(String schema)
Get all local partition statistics.
|
Map<StatisticsKey,Collection<ObjectPartitionStatisticsImpl>> |
IgniteStatisticsPersistenceStoreImpl.getAllLocalPartitionsStatistics(String schema)
Get all local partition statistics.
|
Map<StatisticsKey,Collection<ObjectPartitionStatisticsImpl>> |
IgniteStatisticsStore.getAllLocalPartitionsStatistics(String schema)
Get all local partition statistics.
|
Collection<ObjectPartitionStatisticsImpl> |
IgniteStatisticsRepository.getLocalPartitionsStatistics(StatisticsKey key)
Get local partition statistics by specified object.
|
Collection<ObjectPartitionStatisticsImpl> |
IgniteStatisticsDummyStoreImpl.getLocalPartitionsStatistics(StatisticsKey key)
Get local partition statistics by specified object.
|
Collection<ObjectPartitionStatisticsImpl> |
IgniteStatisticsInMemoryStoreImpl.getLocalPartitionsStatistics(StatisticsKey key)
Get local partition statistics by specified object.
|
Collection<ObjectPartitionStatisticsImpl> |
IgniteStatisticsPersistenceStoreImpl.getLocalPartitionsStatistics(StatisticsKey key)
Get local partition statistics by specified object.
|
Collection<ObjectPartitionStatisticsImpl> |
IgniteStatisticsStore.getLocalPartitionsStatistics(StatisticsKey key)
Get local partition statistics by specified object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteStatisticsRepository.replaceLocalPartitionStatistics(StatisticsKey key,
ObjectPartitionStatisticsImpl statistics)
Save specified local partition statistics.
|
void |
IgniteStatisticsDummyStoreImpl.saveLocalPartitionStatistics(StatisticsKey key,
ObjectPartitionStatisticsImpl statistics)
Save partition statistics.
|
void |
IgniteStatisticsInMemoryStoreImpl.saveLocalPartitionStatistics(StatisticsKey key,
ObjectPartitionStatisticsImpl statistics)
Save partition statistics.
|
void |
IgniteStatisticsPersistenceStoreImpl.saveLocalPartitionStatistics(StatisticsKey key,
ObjectPartitionStatisticsImpl stat)
Save partition statistics.
|
void |
IgniteStatisticsStore.saveLocalPartitionStatistics(StatisticsKey key,
ObjectPartitionStatisticsImpl statistics)
Save partition statistics.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectStatisticsImpl |
IgniteStatisticsRepository.aggregatedLocalStatistics(Collection<ObjectPartitionStatisticsImpl> stats,
StatisticsObjectConfiguration cfg)
Scan local partitioned statistic and aggregate local statistic for specified statistic object.
|
void |
IgniteStatisticsDummyStoreImpl.replaceLocalPartitionsStatistics(StatisticsKey key,
Collection<ObjectPartitionStatisticsImpl> statistics)
Replace all tables partition statistics with specified ones.
|
void |
IgniteStatisticsInMemoryStoreImpl.replaceLocalPartitionsStatistics(StatisticsKey key,
Collection<ObjectPartitionStatisticsImpl> statistics)
Replace all tables partition statistics with specified ones.
|
void |
IgniteStatisticsPersistenceStoreImpl.replaceLocalPartitionsStatistics(StatisticsKey key,
Collection<ObjectPartitionStatisticsImpl> statistics)
Replace all tables partition statistics with specified ones.
|
void |
IgniteStatisticsStore.replaceLocalPartitionsStatistics(StatisticsKey key,
Collection<ObjectPartitionStatisticsImpl> statistics)
Replace all tables partition statistics with specified ones.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectPartitionStatisticsImpl |
GatherPartitionStatistics.call()
Reuse or gather new partition statistics according to context and repository state.
|
| Constructor and Description |
|---|
StatisticsColumnPartitionDataView(StatisticsKey key,
String column,
ObjectPartitionStatisticsImpl statistics)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025