Package alluxio.cli.fsadmin.doctor
Class ConfigurationCommand
- java.lang.Object
-
- alluxio.cli.fsadmin.doctor.ConfigurationCommand
-
public class ConfigurationCommand extends java.lang.ObjectPrints server-side configuration errors and warnings.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationCommand(alluxio.client.meta.MetaMasterClient metaMasterClient, java.io.PrintStream printStream)Creates a new instance ofConfigurationCommand.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intrun()Runs doctor configuration command.
-
-
-
Constructor Detail
-
ConfigurationCommand
public ConfigurationCommand(alluxio.client.meta.MetaMasterClient metaMasterClient, java.io.PrintStream printStream)Creates a new instance ofConfigurationCommand.- Parameters:
metaMasterClient- client to get server-side configuration report informationprintStream- stream to print configuration errors/warnings to
-
-