Package alluxio.cli.fsadmin.report
Class JobServiceMetricsCommand
- java.lang.Object
-
- alluxio.cli.fsadmin.report.JobServiceMetricsCommand
-
public class JobServiceMetricsCommand extends java.lang.ObjectPrints job service metric information.
-
-
Field Summary
Fields Modifier and Type Field Description static java.time.format.DateTimeFormatterDATETIME_FORMAT
-
Constructor Summary
Constructors Constructor Description JobServiceMetricsCommand(alluxio.client.job.JobMasterClient JobMasterClient, java.io.PrintStream printStream, java.lang.String dateFormatPattern)Creates a new instance ofJobServiceMetricsCommand.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intrun()Runs a job services report metrics command.
-
-
-
Constructor Detail
-
JobServiceMetricsCommand
public JobServiceMetricsCommand(alluxio.client.job.JobMasterClient JobMasterClient, java.io.PrintStream printStream, java.lang.String dateFormatPattern)Creates a new instance ofJobServiceMetricsCommand.- Parameters:
JobMasterClient- client to connect to job master clientprintStream- stream to print job services metrics information todateFormatPattern- the pattern to follow when printing the date
-
-