类 SnapshotLifecycleStats
java.lang.Object
org.easysearch.client.slm.SnapshotLifecycleStats
- 所有已实现的接口:
org.easysearch.common.xcontent.ToXContent,org.easysearch.common.xcontent.ToXContentObject
public class SnapshotLifecycleStats
extends java.lang.Object
implements org.easysearch.common.xcontent.ToXContentObject
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classSnapshotLifecycleStats.SnapshotPolicyStats从接口继承的嵌套类/接口 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.ParseFieldPOLICY_STATSstatic org.easysearch.common.ParseFieldRETENTION_FAILEDstatic org.easysearch.common.ParseFieldRETENTION_RUNSstatic org.easysearch.common.ParseFieldRETENTION_TIMEstatic org.easysearch.common.ParseFieldRETENTION_TIME_MILLISstatic org.easysearch.common.ParseFieldRETENTION_TIMED_OUTstatic org.easysearch.common.ParseFieldTOTAL_DELETION_FAILURESstatic org.easysearch.common.ParseFieldTOTAL_DELETIONSstatic org.easysearch.common.ParseFieldTOTAL_FAILEDstatic org.easysearch.common.ParseFieldTOTAL_TAKEN从接口继承的字段 org.easysearch.common.xcontent.ToXContent
EMPTY_PARAMS -
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object obj)java.util.Map<java.lang.String,SnapshotLifecycleStats.SnapshotPolicyStats>getMetrics()longgetRetentionFailedCount()longgetRetentionRunCount()longgetRetentionTimedOut()longgetRetentionTimeMillis()inthashCode()static SnapshotLifecycleStatsparse(org.easysearch.common.xcontent.XContentParser parser)java.lang.StringtoString()org.easysearch.common.xcontent.XContentBuildertoXContent(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
-
字段详细资料
-
RETENTION_RUNS
public static final org.easysearch.common.ParseField RETENTION_RUNS -
RETENTION_FAILED
public static final org.easysearch.common.ParseField RETENTION_FAILED -
RETENTION_TIMED_OUT
public static final org.easysearch.common.ParseField RETENTION_TIMED_OUT -
RETENTION_TIME
public static final org.easysearch.common.ParseField RETENTION_TIME -
RETENTION_TIME_MILLIS
public static final org.easysearch.common.ParseField RETENTION_TIME_MILLIS -
POLICY_STATS
public static final org.easysearch.common.ParseField POLICY_STATS -
TOTAL_TAKEN
public static final org.easysearch.common.ParseField TOTAL_TAKEN -
TOTAL_FAILED
public static final org.easysearch.common.ParseField TOTAL_FAILED -
TOTAL_DELETIONS
public static final org.easysearch.common.ParseField TOTAL_DELETIONS -
TOTAL_DELETION_FAILURES
public static final org.easysearch.common.ParseField TOTAL_DELETION_FAILURES
-
-
方法详细资料
-
parse
-
getRetentionRunCount
public long getRetentionRunCount() -
getRetentionFailedCount
public long getRetentionFailedCount() -
getRetentionTimedOut
public long getRetentionTimedOut() -
getRetentionTimeMillis
public long getRetentionTimeMillis() -
getMetrics
- 返回:
- a map of per-policy stats for each SLM policy
-
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
-