Class AppendCommand
java.lang.Object
org.nuxeo.lib.stream.tools.command.Command
org.nuxeo.lib.stream.tools.command.AppendCommand
Appends records from a dump file into an a Log partition.
- Since:
- 10.2
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
append
(LogManager manager, Name name, int partition, String codec, Path input) name()
boolean
run
(LogManager manager, org.apache.commons.cli.CommandLine cmd) void
updateOptions
(org.apache.commons.cli.Options options) Methods inherited from class org.nuxeo.lib.stream.tools.command.Command
getRecordCodec, getRecordRenderer
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AppendCommand
public AppendCommand()
-
-
Method Details