Class AppendCommand

java.lang.Object
org.nuxeo.lib.stream.tools.command.Command
org.nuxeo.lib.stream.tools.command.AppendCommand

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

  • Constructor Details

    • AppendCommand

      public AppendCommand()
  • Method Details

    • name

      public String name()
      Specified by:
      name in class Command
    • 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
    • append

      protected void append(LogManager manager, Name name, int partition, String codec, Path input)