Package com.lucidworks.apollo.pipeline
Class AbstractProcessor<M,C extends com.lucidworks.apollo.pipeline.StageConfig>
java.lang.Object
com.lucidworks.apollo.pipeline.AbstractStage<M,C>
com.lucidworks.apollo.pipeline.AbstractProcessor<M,C>
- All Implemented Interfaces:
Configurable<C>,Processor<M>,Stage<M,C>
public abstract class AbstractProcessor<M,C extends com.lucidworks.apollo.pipeline.StageConfig>
extends AbstractStage<M,C>
implements Processor<M>
-
Field Summary
Fields inherited from class com.lucidworks.apollo.pipeline.AbstractStage
NOW_KEY, paramsInited -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.lucidworks.apollo.pipeline.AbstractStage
escapeKey, getConditionScriptFuncArguments, getConditionScriptFuncWrapper, getConfiguration, getConfigurationComponent, getContextFactory, getId, getMetricRegistry, getProperty, handleSignal, init, managedModeEnabled, preInit, processMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lucidworks.apollo.pipeline.Processor
handleSignal, processMethods inherited from interface com.lucidworks.apollo.pipeline.Stage
getMessageClass, getStageType
-
Constructor Details
-
AbstractProcessor
protected AbstractProcessor()
-