Uses of Class
org.elasticsearch.client.indices.rollover.RolloverRequest
-
Packages that use RolloverRequest Package Description org.elasticsearch.client org.elasticsearch.client.indices.rollover -
-
Uses of RolloverRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type RolloverRequest Modifier and Type Method Description RolloverResponseIndicesClient. rollover(RolloverRequest rolloverRequest, RequestOptions options)Rolls over an index using the Rollover Index API.CancellableIndicesClient. rolloverAsync(RolloverRequest rolloverRequest, RequestOptions options, ActionListener<RolloverResponse> listener)Asynchronously rolls over an index using the Rollover Index API. -
Uses of RolloverRequest in org.elasticsearch.client.indices.rollover
Methods in org.elasticsearch.client.indices.rollover that return RolloverRequest Modifier and Type Method Description RolloverRequestRolloverRequest. addMaxIndexAgeCondition(TimeValue age)Adds condition to check if the index is at leastageoldRolloverRequestRolloverRequest. addMaxIndexDocsCondition(long numDocs)Adds condition to check if the index has at leastnumDocsRolloverRequestRolloverRequest. addMaxIndexSizeCondition(ByteSizeValue size)Adds a size-based condition to check if the index size is at leastsize.RolloverRequestRolloverRequest. dryRun(boolean dryRun)Sets if the rollover should not be executed when conditions are met
-