Class TrackerCommand
java.lang.Object
org.nuxeo.lib.stream.tools.command.Command
org.nuxeo.lib.stream.tools.command.TrackerCommand
Track consumer positions so they can be restored in case of fail-over
- Since:
- 10.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected Stringstatic final Stringprotected intprotected static final Stringprotected static final Stringprotected static final Stringstatic final Stringstatic final Stringprotected intprotected static final Stringprotected Stringprotected StreamProcessorprotected Topologyprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLogNames(LogManager manager, String names) protected voidinitTopology(LogManager manager) name()booleanrun(LogManager manager, org.apache.commons.cli.CommandLine cmd) protected booleanrunProcessor(LogManager manager) voidupdateOptions(org.apache.commons.cli.Options options) Methods inherited from class org.nuxeo.lib.stream.tools.command.Command
getRecordCodec, getRecordRenderer
-
Field Details
-
COMPUTATION_NAME
- See Also:
-
INPUT_STREAM
- See Also:
-
INTERNAL_LOG_PREFIX
- See Also:
-
NAME
- See Also:
-
DEFAULT_INTERVAL
- See Also:
-
DEFAULT_COUNT
- See Also:
-
ALL_LOGS
- See Also:
-
DEFAULT_LATENCIES_LOG
- See Also:
-
verbose
protected boolean verbose -
output
-
logNames
-
interval
protected int interval -
count
protected int count -
topology
-
processor
-
codec
-
-
Constructor Details
-
TrackerCommand
public TrackerCommand()
-
-
Method Details