Class DataTier.DefaultHotAllocationSettingProvider

java.lang.Object
org.elasticsearch.cluster.routing.allocation.DataTier.DefaultHotAllocationSettingProvider
All Implemented Interfaces:
IndexSettingProvider
Enclosing class:
DataTier

public static class DataTier.DefaultHotAllocationSettingProvider extends Object implements IndexSettingProvider
This setting provider injects the setting allocating all newly created indices with index.routing.allocation.include._tier: "data_hot" unless the user overrides the setting while the index is being created (in a create index request for instance)
  • Constructor Details

    • DefaultHotAllocationSettingProvider

      public DefaultHotAllocationSettingProvider()
  • Method Details