Class SqlRefreshStatitsicsCommand
- java.lang.Object
-
- org.apache.ignite.internal.sql.command.SqlStatisticsCommands
-
- org.apache.ignite.internal.sql.command.SqlRefreshStatitsicsCommand
-
- All Implemented Interfaces:
SqlCommand
public class SqlRefreshStatitsicsCommand extends SqlStatisticsCommands
REFRESH STATISTICS Command.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.sql.command.SqlStatisticsCommands
targets
-
-
Constructor Summary
Constructors Constructor Description SqlRefreshStatitsicsCommand()SqlRefreshStatitsicsCommand(Collection<StatisticsTarget> targets)
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.sql.command.SqlStatisticsCommands
parse, parseColumnList, schemaName, schemaName, targets, tryEnd
-
-
-
-
Constructor Detail
-
SqlRefreshStatitsicsCommand
public SqlRefreshStatitsicsCommand()
-
SqlRefreshStatitsicsCommand
public SqlRefreshStatitsicsCommand(Collection<StatisticsTarget> targets)
-
-