Interface Configurable<C extends com.lucidworks.apollo.pipeline.StageConfig>

All Known Subinterfaces:
Generator<M,C>, Stage<M,C>
All Known Implementing Classes:
AbstractGenerator, AbstractProcessor, AbstractStage, RuntimeStage

public interface Configurable<C extends com.lucidworks.apollo.pipeline.StageConfig>
Something that can be configured (data source, pipeline stage, aggregation, etc)
  • Method Details

    • getConfiguration

      C getConfiguration()
    • init

      void init()
    • getProperty

      String getProperty(String key, String defaultValue)