Class AppendCommand


  • public class AppendCommand
    extends Command
    Appends records from a dump file into an a Log partition.
    Since:
    10.2
    • Constructor Detail

      • AppendCommand

        public AppendCommand()
    • Method Detail

      • updateOptions

        public void updateOptions​(org.apache.commons.cli.Options options)
        Specified by:
        updateOptions in class Command
      • run

        public boolean run​(LogManager manager,
                           org.apache.commons.cli.CommandLine cmd)
        Specified by:
        run in class Command