Package alluxio.cli.fsadmin.report
Class SummaryCommand
- java.lang.Object
-
- alluxio.cli.fsadmin.report.SummaryCommand
-
public class SummaryCommand extends java.lang.ObjectPrints Alluxio cluster summarized information.
-
-
Constructor Summary
Constructors Constructor Description SummaryCommand(alluxio.client.meta.MetaMasterClient metaMasterClient, alluxio.client.block.BlockMasterClient blockMasterClient, java.lang.String dateFormatPattern, java.io.PrintStream printStream)Creates a new instance ofSummaryCommand.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intrun()Runs report summary command.
-
-
-
Constructor Detail
-
SummaryCommand
public SummaryCommand(alluxio.client.meta.MetaMasterClient metaMasterClient, alluxio.client.block.BlockMasterClient blockMasterClient, java.lang.String dateFormatPattern, java.io.PrintStream printStream)Creates a new instance ofSummaryCommand.- Parameters:
metaMasterClient- client to connect to meta masterblockMasterClient- client to connect to block masterdateFormatPattern- the pattern to follow when printing the dateprintStream- stream to print summary information to
-
-