Uses of Class
org.elasticsearch.action.admin.indices.rollover.RolloverResponse
-
Packages that use RolloverResponse Package Description org.elasticsearch.action.admin.indices.rollover org.elasticsearch.client -
-
Uses of RolloverResponse in org.elasticsearch.action.admin.indices.rollover
Methods in org.elasticsearch.action.admin.indices.rollover that return RolloverResponse Modifier and Type Method Description static RolloverResponseRolloverResponse. fromXContent(XContentParser parser)protected RolloverResponseTransportRolloverAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.indices.rollover with type arguments of type RolloverResponse Modifier and Type Method Description protected voidTransportRolloverAction. masterOperation(RolloverRequest request, ClusterState state, ActionListener<RolloverResponse> listener)protected voidTransportRolloverAction. masterOperation(Task task, RolloverRequest rolloverRequest, ClusterState state, ActionListener<RolloverResponse> listener) -
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)Deprecated.This method uses deprecated request and response objects.Methods in org.elasticsearch.client that return types with arguments of type RolloverResponse Modifier and Type Method Description ActionFuture<RolloverResponse>IndicesAdminClient. rolloversIndex(RolloverRequest request)Swaps the index pointed to by an alias given all provided conditions are satisfiedMethod 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)Deprecated.This method uses deprecated request and response objects.voidIndicesAdminClient. rolloverIndex(RolloverRequest request, ActionListener<RolloverResponse> listener)Swaps the index pointed to by an alias given all provided conditions are satisfied
-