Class EnableAssignmentDecider

java.lang.Object
org.elasticsearch.persistent.decider.EnableAssignmentDecider

public class EnableAssignmentDecider extends Object
EnableAssignmentDecider is used to allow/disallow the persistent tasks to be assigned to cluster nodes.

Allocation settings can have the following values (non-casesensitive):

  • NONE - no persistent tasks can be assigned
  • ALL - all persistent tasks can be assigned to nodes
See Also: