Uses of Class
org.apache.ignite.internal.processors.query.stat.StatisticsTarget
-
Packages that use StatisticsTarget Package Description org.apache.ignite.internal.processors.query.stat org.apache.ignite.internal.sql.command -
-
Uses of StatisticsTarget in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat that return StatisticsTarget Modifier and Type Method Description static StatisticsTargetStatisticsUtils. statisticsTarget(StatisticsKeyMessage msg)Create statistics target from statistics key message.Methods in org.apache.ignite.internal.processors.query.stat with parameters of type StatisticsTarget Modifier and Type Method Description static StatisticsObjectConfiguration[]IgniteStatisticsHelper. buildDefaultConfigurations(StatisticsTarget... targets)Build object configurations array with all default parameters from specified targets.voidIgniteStatisticsManager. dropStatistics(StatisticsTarget... targets)Clear object statistics.voidIgniteStatisticsManagerImpl. dropStatistics(StatisticsTarget... targets)Clear object statistics.List<StatisticsAddressedRequest>IgniteStatisticsHelper. generateGatheringRequests(StatisticsTarget target, StatisticsObjectConfiguration cfg)Generate local statistics requests.voidIgniteStatisticsManager. refreshStatistics(StatisticsTarget... targets)Refresh object statistics.voidIgniteStatisticsManagerImpl. refreshStatistics(StatisticsTarget... targets)Refresh object statistics.Method parameters in org.apache.ignite.internal.processors.query.stat with type arguments of type StatisticsTarget Modifier and Type Method Description voidIgniteStatisticsConfigurationManager. 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.voidIgniteStatisticsConfigurationManager. refreshStatistics(List<StatisticsTarget> targets)Refresh local statistic for specified database objects on the cluster. -
Uses of StatisticsTarget in org.apache.ignite.internal.sql.command
Fields in org.apache.ignite.internal.sql.command with type parameters of type StatisticsTarget Modifier and Type Field Description protected List<StatisticsTarget>SqlStatisticsCommands. targetsTargets to process.Methods in org.apache.ignite.internal.sql.command that return types with arguments of type StatisticsTarget Modifier and Type Method Description Collection<StatisticsTarget>SqlStatisticsCommands. targets()Methods in org.apache.ignite.internal.sql.command with parameters of type StatisticsTarget Modifier and Type Method Description StatisticsObjectConfigurationSqlAnalyzeCommand. buildConfig(StatisticsTarget target, Map<String,String> params)Build statistics object configuration from command arguments.Constructor parameters in org.apache.ignite.internal.sql.command with type arguments of type StatisticsTarget Constructor 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)
-