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>
afterActions
Set<String>
beforeActions
String
listenerClass
String
name
Map<String,Object>
properties
EnumSet<TriggerEventProcessorStage>
stages
String
trigger
-
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 boolean
equals(Object o)
int
hashCode()
String
toString()
void
writeMap(MapWriter.EntryWriter ew)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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:
writeMap
in interfaceMapWriter
- Throws:
IOException
-
-