Enum ClusterRebalanceAllocationDecider.ClusterRebalanceType

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Enum

        java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ALWAYS
      Re-balancing is allowed once a shard replication group is active
      INDICES_ALL_ACTIVE
      Re-balancing is allowed only once all shards on all indices are active.
      INDICES_PRIMARIES_ACTIVE
      Re-balancing is allowed only once all primary shards on all indices are active.