Class Condition.Stats
java.lang.Object
org.elasticsearch.action.admin.indices.rollover.Condition.Stats
Holder for index stats used to evaluate conditions
-
Field Summary
Modifier and TypeFieldDescriptionlong
long
-
Constructor Summary
ConstructorDescriptionStats(long numDocs, long indexCreated, ByteSizeValue indexSize, ByteSizeValue maxPrimaryShardSize)
-
Method Summary
-
Field Details
-
numDocs
public final long numDocs -
indexCreated
public final long indexCreated -
indexSize
-
maxPrimaryShardSize
-
-
Constructor Details
-
Stats
public Stats(long numDocs, long indexCreated, ByteSizeValue indexSize, ByteSizeValue maxPrimaryShardSize)
-