Uses of Class
org.elasticsearch.action.admin.indices.rollover.RolloverInfo
-
Packages that use RolloverInfo Package Description org.elasticsearch.action.admin.indices.rollover org.elasticsearch.cluster.metadata -
-
Uses of RolloverInfo in org.elasticsearch.action.admin.indices.rollover
Fields in org.elasticsearch.action.admin.indices.rollover with type parameters of type RolloverInfo Modifier and Type Field Description static ConstructingObjectParser<RolloverInfo,String>RolloverInfo. PARSERMethods in org.elasticsearch.action.admin.indices.rollover that return RolloverInfo Modifier and Type Method Description static RolloverInfoRolloverInfo. parse(XContentParser parser, String alias)Methods in org.elasticsearch.action.admin.indices.rollover that return types with arguments of type RolloverInfo Modifier and Type Method Description static Diff<RolloverInfo>RolloverInfo. readDiffFrom(StreamInput in) -
Uses of RolloverInfo in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return types with arguments of type RolloverInfo Modifier and Type Method Description ImmutableOpenMap<String,RolloverInfo>IndexMetaData. getRolloverInfos()Methods in org.elasticsearch.cluster.metadata with parameters of type RolloverInfo Modifier and Type Method Description IndexMetaData.BuilderIndexMetaData.Builder. putRolloverInfo(RolloverInfo rolloverInfo)
-