Uses of Class
org.apache.ignite.internal.management.metric.MetricCommandArg
-
Packages that use MetricCommandArg Package Description org.apache.ignite.internal.management.metric -
-
Uses of MetricCommandArg in org.apache.ignite.internal.management.metric
Subclasses of MetricCommandArg in org.apache.ignite.internal.management.metric Modifier and Type Class Description classMetricConfigureHistogramCommandArgclassMetricConfigureHitrateCommandArgMethods in org.apache.ignite.internal.management.metric that return types with arguments of type MetricCommandArg Modifier and Type Method Description Class<MetricCommandArg>MetricCommand. argClass()protected VisorJob<MetricCommandArg,Map<String,?>>MetricTask. job(MetricCommandArg arg)Methods in org.apache.ignite.internal.management.metric with parameters of type MetricCommandArg Modifier and Type Method Description protected VisorJob<MetricCommandArg,Map<String,?>>MetricTask. job(MetricCommandArg arg)Collection<GridClientNode>MetricCommand. nodes(Collection<GridClientNode> nodes, MetricCommandArg arg)Collection<GridClientNode>MetricConfigureHistogramCommand. nodes(Collection<GridClientNode> nodes, MetricCommandArg arg)Collection<GridClientNode>MetricConfigureHitrateCommand. nodes(Collection<GridClientNode> nodes, MetricCommandArg arg)voidMetricCommand. printResult(MetricCommandArg arg, Map<String,?> res, Consumer<String> printer)Prints command result to the user.
-