Uses of Interface
org.apache.solr.cloud.autoscaling.TriggerAction
-
Packages that use TriggerAction Package Description org.apache.solr.cloud.autoscaling Package for classes related to autoscaling -
-
Uses of TriggerAction in org.apache.solr.cloud.autoscaling
Classes in org.apache.solr.cloud.autoscaling that implement TriggerAction Modifier and Type Class Description classAutoAddReplicasPlanActionclassComputePlanActionThis class is responsible for using the configured policy and preferences with the hints provided by the trigger event to compute the required cluster operations.classExecutePlanActionThis class is responsible for executing cluster operations read from theActionContext's properties with the key name "operations".classInactiveMarkersPlanActionThis plan simply removes nodeAdded and nodeLost markers from Zookeeper if their TTL has expired.classInactiveShardPlanActionThis class checks whether there are shards that have been inactive for a long time (which usually means they are left-overs from shard splitting) and requests their removal after their cleanup TTL period elapsed.classTriggerActionBaseBase class forTriggerActionimplementations.Fields in org.apache.solr.cloud.autoscaling with type parameters of type TriggerAction Modifier and Type Field Description protected List<TriggerAction>TriggerBase. actionsMethods in org.apache.solr.cloud.autoscaling that return types with arguments of type TriggerAction Modifier and Type Method Description List<TriggerAction>AutoScaling.Trigger. getActions()Actions to execute when event is fired.List<TriggerAction>TriggerBase. getActions()
-