Class UpdateConfCommand

  • All Implemented Interfaces:
    alluxio.cli.Command, java.io.Closeable, java.lang.AutoCloseable

    @ThreadSafe
    @PublicApi
    public final class UpdateConfCommand
    extends AbstractFsAdminCommand
    Update config for an existing service.
    • Constructor Detail

      • UpdateConfCommand

        public UpdateConfCommand​(Context context,
                                 alluxio.conf.AlluxioConfiguration alluxioConf)
        Parameters:
        context - fsadmin command context
        alluxioConf - Alluxio configuration
    • Method Detail

      • getCommandName

        public java.lang.String getCommandName()
      • run

        public int run​(org.apache.commons.cli.CommandLine cl)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • getUsage

        public java.lang.String getUsage()
      • description

        public static java.lang.String description()
        Returns:
        command's description
      • getDescription

        public java.lang.String getDescription()