Class StreamIntrospectionComputation
java.lang.Object
org.nuxeo.lib.stream.computation.AbstractComputation
org.nuxeo.ecm.core.bulk.introspection.StreamIntrospectionComputation
- All Implemented Interfaces:
Computation
A computation that reads processor and metrics streams to build a representation of stream activities in the cluster.
The representation is pushed to the KV Store.
- Since:
- 11.5
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longprotected intstatic final Stringstatic final Stringprotected longprotected Stringstatic final Stringprotected static final com.fasterxml.jackson.databind.ObjectMapperprotected final io.dropwizard.metrics5.MetricRegistryprotected intprotected static final longFields inherited from class org.nuxeo.lib.stream.computation.AbstractComputation
INPUT_1, INPUT_2, INPUT_3, INPUT_NULL, metadata, OUTPUT_1, OUTPUT_2, OUTPUT_3, OUTPUT_4 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected intprotected com.fasterxml.jackson.databind.JsonNodeprotected KeyValueStoreprotected StringgetProcessorKey(com.fasterxml.jackson.databind.JsonNode json) protected intvoidinit(ComputationContext context) Called when the framework has registered the computation successfully.protected voidvoidprocessRecord(ComputationContext context, String inputStreamName, Record record) Process an incoming record on one of the computation's input streams.voidprocessTimer(ComputationContext context, String key, long timestamp) Process a timer callback previously set viaComputationContext.setTimer(String, long).protected voidprotected voidprotected voidupdateStreamsAndProcessors(com.fasterxml.jackson.databind.JsonNode node) Methods inherited from class org.nuxeo.lib.stream.computation.AbstractComputation
metadata, processFailure, processRetryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.lib.stream.computation.Computation
destroy, signalStop
-
Field Details
-
NAME
- See Also:
-
INTROSPECTION_KV_STORE
- See Also:
-
INTROSPECTION_KEY
- See Also:
-
OBJECT_MAPPER
protected static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER -
streams
-
processors
-
metrics
-
TTL_SECONDS
protected static final long TTL_SECONDS- See Also:
-
CHECK_INTERVAL_MS
protected static final long CHECK_INTERVAL_MS- See Also:
-
model
-
registry
protected final io.dropwizard.metrics5.MetricRegistry registry -
scaleMetric
protected int scaleMetric -
currentWorkerNodes
protected int currentWorkerNodes -
lastMetricsReceived
protected long lastMetricsReceived
-
-
Constructor Details
-
StreamIntrospectionComputation
public StreamIntrospectionComputation()
-
-
Method Details
-
init
Description copied from interface:ComputationCalled when the framework has registered the computation successfully. Gives users a first opportunity to schedule timer callbacks and produce records. This method can be called multiple times.- Specified by:
initin interfaceComputation- Overrides:
initin classAbstractComputation- Parameters:
context- The computation context object provided by the system.
-
getCurrentWorkerNodes
protected int getCurrentWorkerNodes() -
getScaleMetric
protected int getScaleMetric() -
loadModel
-
processTimer
Description copied from interface:ComputationProcess a timer callback previously set viaComputationContext.setTimer(String, long).- Specified by:
processTimerin interfaceComputation- Overrides:
processTimerin classAbstractComputation- Parameters:
context- The computation context object provided by the system.key- The name of the timer.timestamp- The timestamp (in ms) for which the callback was scheduled.
-
processRecord
Description copied from interface:ComputationProcess an incoming record on one of the computation's input streams.- Parameters:
context- The computation context object provided by the system.inputStreamName- Name of the input stream that provides the record.record- The record.
-
updateStreamsAndProcessors
protected void updateStreamsAndProcessors(com.fasterxml.jackson.databind.JsonNode node) -
getProcessorKey
-
updateModel
protected void updateModel() -
getKvStore
-
buildModel
protected void buildModel() -
removeOldNodes
protected void removeOldNodes() -
getJson
-