类 SnapshotRetentionConfiguration
java.lang.Object
org.easysearch.client.slm.SnapshotRetentionConfiguration
- 所有已实现的接口:
org.easysearch.common.xcontent.ToXContent,org.easysearch.common.xcontent.ToXContentObject
public class SnapshotRetentionConfiguration
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 SnapshotRetentionConfigurationEMPTY从接口继承的字段 org.easysearch.common.xcontent.ToXContent
EMPTY_PARAMS -
构造器概要
构造器 构造器 说明 SnapshotRetentionConfiguration(org.easysearch.common.unit.TimeValue expireAfter, java.lang.Integer minimumSnapshotCount, java.lang.Integer maximumSnapshotCount) -
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object obj)org.easysearch.common.unit.TimeValuegetExpireAfter()java.lang.IntegergetMaximumSnapshotCount()java.lang.IntegergetMinimumSnapshotCount()inthashCode()static SnapshotRetentionConfigurationparse(org.easysearch.common.xcontent.XContentParser parser, java.lang.String name)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
-
字段详细资料
-
EMPTY
-
-
构造器详细资料
-
SnapshotRetentionConfiguration
public SnapshotRetentionConfiguration(@Nullable org.easysearch.common.unit.TimeValue expireAfter, @Nullable java.lang.Integer minimumSnapshotCount, @Nullable java.lang.Integer maximumSnapshotCount)
-
-
方法详细资料
-
parse
public static SnapshotRetentionConfiguration parse(org.easysearch.common.xcontent.XContentParser parser, java.lang.String name) -
getExpireAfter
public org.easysearch.common.unit.TimeValue getExpireAfter() -
getMinimumSnapshotCount
public java.lang.Integer getMinimumSnapshotCount() -
getMaximumSnapshotCount
public java.lang.Integer getMaximumSnapshotCount() -
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
-