| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.stat | |
| org.apache.ignite.internal.sql.command |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsTarget |
StatisticsUtils.statisticsTarget(StatisticsKeyMessage msg)
Create statistics target from statistics key message.
|
| Modifier and Type | Method and Description |
|---|---|
static StatisticsObjectConfiguration[] |
IgniteStatisticsHelper.buildDefaultConfigurations(StatisticsTarget... targets)
Build object configurations array with all default parameters from specified targets.
|
void |
IgniteStatisticsManagerImpl.dropStatistics(StatisticsTarget... targets)
Clear object statistics.
|
void |
IgniteStatisticsManager.dropStatistics(StatisticsTarget... targets)
Clear object statistics.
|
List<StatisticsAddressedRequest> |
IgniteStatisticsHelper.generateGatheringRequests(StatisticsTarget target,
StatisticsObjectConfiguration cfg)
Generate local statistics requests.
|
void |
IgniteStatisticsManagerImpl.refreshStatistics(StatisticsTarget... targets)
Refresh object statistics.
|
void |
IgniteStatisticsManager.refreshStatistics(StatisticsTarget... targets)
Refresh object statistics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteStatisticsConfigurationManager.dropStatistics(List<StatisticsTarget> targets,
boolean validate)
Drop local statistic for specified database objects on the cluster.
|
IgniteInternalFuture<Boolean> |
IgniteStatisticsConfigurationManager.dropStatisticsAsync(List<StatisticsTarget> targets,
boolean validate)
Drop local statistic for specified database objects on the cluster.
|
void |
IgniteStatisticsConfigurationManager.refreshStatistics(List<StatisticsTarget> targets)
Refresh local statistic for specified database objects on the cluster.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<StatisticsTarget> |
SqlStatisticsCommands.targets
Targets to process.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<StatisticsTarget> |
SqlStatisticsCommands.targets() |
| Modifier and Type | Method and Description |
|---|---|
StatisticsObjectConfiguration |
SqlAnalyzeCommand.buildConfig(StatisticsTarget target,
Map<String,String> params)
Build statistics object configuration from command arguments.
|
| Constructor and Description |
|---|
SqlAnalyzeCommand(Collection<StatisticsTarget> targets) |
SqlAnalyzeCommand(Collection<StatisticsTarget> targets,
Map<String,String> params) |
SqlDropStatisticsCommand(Collection<StatisticsTarget> targets) |
SqlRefreshStatitsicsCommand(Collection<StatisticsTarget> targets) |
SqlStatisticsCommands(Collection<StatisticsTarget> targets) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023