Class UnknownRetentionStrategyConfig

java.lang.Object
org.graylog2.indexer.retention.strategies.UnknownRetentionStrategyConfig
All Implemented Interfaces:
RetentionStrategyConfig

public abstract class UnknownRetentionStrategyConfig extends Object implements RetentionStrategyConfig
This is being used as the fallback RetentionStrategyConfig if the requested class is not available (usually because it was contributed by a plugin which is not loaded).

By itself it does nothing useful except accepting all properties but not exposing them.