Interface AdminCommandRunner

    • Method Detail

      • run

        ClusterCommandResult run​(String command,
                                 String... args)
        Run an admin command.
        Parameters:
        command - the name of the command
        args - optional arguments to the command. The arguments need to respect escaping rules of asadmin utility, chiefly escaping colons (:) and equal signs (=) in property lists.
        Returns: