Class AutoScalingConfig.TriggerListenerConfig
- java.lang.Object
-
- org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig.TriggerListenerConfig
-
- All Implemented Interfaces:
MapSerializable,MapWriter,NavigableObject
- Enclosing class:
- AutoScalingConfig
public static class AutoScalingConfig.TriggerListenerConfig extends Object implements MapWriter
Bean representation of trigger listener config.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Field Summary
Fields Modifier and Type Field Description Set<String>afterActionsSet<String>beforeActionsStringlistenerClassStringnameMap<String,Object>propertiesEnumSet<TriggerEventProcessorStage>stagesStringtrigger
-
Constructor Summary
Constructors Constructor Description TriggerListenerConfig(String name, Map<String,Object> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringtoString()voidwriteMap(MapWriter.EntryWriter ew)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
-
-
-
-
Field Detail
-
name
public final String name
-
trigger
public final String trigger
-
stages
public final EnumSet<TriggerEventProcessorStage> stages
-
listenerClass
public final String listenerClass
-
-
Method Detail
-
writeMap
public void writeMap(MapWriter.EntryWriter ew) throws IOException
- Specified by:
writeMapin interfaceMapWriter- Throws:
IOException
-
-