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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappend(LogManager manager, Name name, int partition, String codec, Path input) name()booleanrun(LogManager manager, org.apache.commons.cli.CommandLine cmd) voidupdateOptions(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