Class PhaseExecutionInfo

  • All Implemented Interfaces:
    ToXContent, ToXContentObject

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

      • PhaseExecutionInfo

        public PhaseExecutionInfo​(String policyName,
                                  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