Class ReservedStateAwareHandledTransportAction<Request extends ActionRequest,Response extends ActionResponse>

java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<Request,Response>
org.elasticsearch.action.support.ReservedStateAwareHandledTransportAction<Request,Response>
All Implemented Interfaces:
ActionWithReservedState<Request>

public abstract class ReservedStateAwareHandledTransportAction<Request extends ActionRequest,Response extends ActionResponse> extends HandledTransportAction<Request,Response> implements ActionWithReservedState<Request>
An extension of the HandledTransportAction class, which wraps the doExecute call with a check for clashes with the reserved cluster state.