Uses of Class
org.elasticsearch.client.indices.rollover.RolloverResponse
-
Packages that use RolloverResponse Package Description org.elasticsearch.client org.elasticsearch.client.indices.rollover -
-
Uses of RolloverResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return RolloverResponse Modifier and Type Method Description RolloverResponseIndicesClient. rollover(RolloverRequest rolloverRequest, RequestOptions options)Rolls over an index using the Rollover Index API.Method parameters in org.elasticsearch.client with type arguments of type RolloverResponse Modifier and Type Method Description CancellableIndicesClient. rolloverAsync(RolloverRequest rolloverRequest, RequestOptions options, ActionListener<RolloverResponse> listener)Asynchronously rolls over an index using the Rollover Index API. -
Uses of RolloverResponse in org.elasticsearch.client.indices.rollover
Methods in org.elasticsearch.client.indices.rollover that return RolloverResponse Modifier and Type Method Description static RolloverResponseRolloverResponse. fromXContent(XContentParser parser)
-