Class TestShardRoutingRoleStrategies

java.lang.Object
org.elasticsearch.cluster.TestShardRoutingRoleStrategies

public class TestShardRoutingRoleStrategies extends Object
  • Field Details

    • DEFAULT_ROLE_ONLY

      public static final ShardRoutingRoleStrategy DEFAULT_ROLE_ONLY
      A strategy which only returns the default role in all situations. This is deliberately not available to production code to avoid any possibility of using it instead of the strategy provided by the plugin (if so configured).