类 IndexLifecycleExplainResponse

java.lang.Object
org.easysearch.client.indexlifecycle.IndexLifecycleExplainResponse
所有已实现的接口:
org.easysearch.common.xcontent.ToXContent, org.easysearch.common.xcontent.ToXContentObject

public class IndexLifecycleExplainResponse
extends java.lang.Object
implements org.easysearch.common.xcontent.ToXContentObject
  • 嵌套类概要

    从接口继承的嵌套类/接口 org.easysearch.common.xcontent.ToXContent

    org.easysearch.common.xcontent.ToXContent.DelegatingMapParams, org.easysearch.common.xcontent.ToXContent.MapParams, org.easysearch.common.xcontent.ToXContent.Params
  • 字段概要

    字段
    修饰符和类型 字段 说明
    static org.easysearch.common.xcontent.ConstructingObjectParser<IndexLifecycleExplainResponse,​java.lang.Void> PARSER  

    从接口继承的字段 org.easysearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • 方法概要

    修饰符和类型 方法 说明
    boolean equals​(java.lang.Object obj)  
    java.lang.String getAction()  
    long getActionTime()  
    org.easysearch.common.unit.TimeValue getAge()  
    java.lang.String getFailedStep()  
    java.lang.String getIndex()  
    long getLifecycleDate()  
    java.lang.String getPhase()  
    PhaseExecutionInfo getPhaseExecutionInfo()  
    long getPhaseTime()  
    java.lang.String getPolicyName()  
    java.lang.String getStep()  
    org.easysearch.common.bytes.BytesReference getStepInfo()  
    long getStepTime()  
    int hashCode()  
    boolean managedByILM()  
    static IndexLifecycleExplainResponse newManagedIndexResponse​(java.lang.String index, java.lang.String policyName, java.lang.Long lifecycleDate, java.lang.String phase, java.lang.String action, java.lang.String step, java.lang.String failedStep, java.lang.Long phaseTime, java.lang.Long actionTime, java.lang.Long stepTime, org.easysearch.common.bytes.BytesReference stepInfo, PhaseExecutionInfo phaseExecutionInfo)  
    static IndexLifecycleExplainResponse newUnmanagedIndexResponse​(java.lang.String index)  
    java.lang.String toString()  
    org.easysearch.common.xcontent.XContentBuilder toXContent​(org.easysearch.common.xcontent.XContentBuilder builder, org.easysearch.common.xcontent.ToXContent.Params params)  

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    从接口继承的方法 org.easysearch.common.xcontent.ToXContentObject

    isFragment
  • 字段详细资料

  • 方法详细资料

    • newManagedIndexResponse

      public static IndexLifecycleExplainResponse newManagedIndexResponse​(java.lang.String index, java.lang.String policyName, java.lang.Long lifecycleDate, java.lang.String phase, java.lang.String action, java.lang.String step, java.lang.String failedStep, java.lang.Long phaseTime, java.lang.Long actionTime, java.lang.Long stepTime, org.easysearch.common.bytes.BytesReference stepInfo, PhaseExecutionInfo phaseExecutionInfo)
    • newUnmanagedIndexResponse

      public static IndexLifecycleExplainResponse newUnmanagedIndexResponse​(java.lang.String index)
    • getIndex

      public java.lang.String getIndex()
    • managedByILM

      public boolean managedByILM()
    • getPolicyName

      public java.lang.String getPolicyName()
    • getLifecycleDate

      public long getLifecycleDate()
    • getPhase

      public java.lang.String getPhase()
    • getPhaseTime

      public long getPhaseTime()
    • getAction

      public java.lang.String getAction()
    • getActionTime

      public long getActionTime()
    • getStep

      public java.lang.String getStep()
    • getStepTime

      public long getStepTime()
    • getFailedStep

      public java.lang.String getFailedStep()
    • getStepInfo

      public org.easysearch.common.bytes.BytesReference getStepInfo()
    • getPhaseExecutionInfo

      public PhaseExecutionInfo getPhaseExecutionInfo()
    • getAge

      public org.easysearch.common.unit.TimeValue getAge()
    • toXContent

      public org.easysearch.common.xcontent.XContentBuilder toXContent​(org.easysearch.common.xcontent.XContentBuilder builder, org.easysearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      指定者:
      toXContent 在接口中 org.easysearch.common.xcontent.ToXContent
      抛出:
      java.io.IOException
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      覆盖:
      equals 在类中 java.lang.Object
    • toString

      public java.lang.String toString()
      覆盖:
      toString 在类中 java.lang.Object