Condition<T> |
Base class for rollover request conditions
|
Condition.Result |
Holder for evaluated condition result
|
Condition.Stats |
Holder for index stats used to evaluate conditions
|
MaxAgeCondition |
Condition for index maximum age.
|
MaxDocsCondition |
Condition for maximum index docs.
|
MaxSizeCondition |
A size-based condition for an index size.
|
RolloverAction |
|
RolloverInfo |
Class for holding Rollover related information within an index
|
RolloverRequest |
Request class to swap index under an alias upon satisfying conditions
Note: there is a new class with the same name for the Java HLRC that uses a typeless format.
|
RolloverRequestBuilder |
|
RolloverResponse |
Response object for RolloverRequest API
Note: there is a new class with the same name for the Java HLRC that uses a typeless format.
|
TransportRolloverAction |
Main class to swap the index pointed to by an alias, given some conditions
|