Package alluxio.cli.fsadmin.report
Class MetricsCommand
- java.lang.Object
-
- alluxio.cli.fsadmin.report.MetricsCommand
-
public class MetricsCommand extends java.lang.ObjectPrints Alluxio metrics information.
-
-
Constructor Summary
Constructors Constructor Description MetricsCommand(alluxio.client.metrics.MetricsMasterClient metricsMasterClient, java.io.PrintStream printStream)Creates a new instance ofMetricsCommand.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intrun()Runs report metrics command.
-
-
-
Constructor Detail
-
MetricsCommand
public MetricsCommand(alluxio.client.metrics.MetricsMasterClient metricsMasterClient, java.io.PrintStream printStream)Creates a new instance ofMetricsCommand.- Parameters:
metricsMasterClient- client to connect to metrics master clientprintStream- stream to print operation metrics information to
-
-