Class PathConfCommand

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

    @PublicApi
    public final class PathConfCommand
    extends AbstractFsAdminCommand
    Manages path level configuration.
    • Constructor Detail

      • PathConfCommand

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

      • getSubCommands

        public java.util.Map<java.lang.String,​alluxio.cli.Command> getSubCommands()
      • getCommandName

        public java.lang.String getCommandName()
      • getUsage

        public java.lang.String getUsage()
      • description

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

        public java.lang.String getDescription()