Class PhaseExecutionInfo

java.lang.Object
org.elasticsearch.xpack.core.ilm.PhaseExecutionInfo
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject

public class PhaseExecutionInfo extends Object implements ToXContentObject, Writeable
This class contains information about the current phase being executed by Index Lifecycle Management on the specific index.
  • Constructor Details

    • PhaseExecutionInfo

      public PhaseExecutionInfo(String policyName, @Nullable Phase phase, long version, long modifiedDate)
      This class holds information about the current phase that is being executed
      Parameters:
      policyName - the name of the policy being executed, this may not be the current policy assigned to an index
      phase - the current phase definition executed
      version - the version of the policyName being executed
      modifiedDate - the time the executing version of the phase was modified
  • Method Details