Class PhaseCacheManagement

java.lang.Object
org.elasticsearch.xpack.core.ilm.PhaseCacheManagement

public final class PhaseCacheManagement extends Object
We cache the currently executing ILM phase in the index metadata so the ILM execution for managed indices is not irrecoverably interrupted by a concurrent update policy that, say, would remove the current execution phase altogether.

This contains class contains a series of methods that help manage the cached ILM phase.