Class TransportFieldCapabilitiesIndexAction.AsyncShardsAction
java.lang.Object
org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction.AsyncShardsAction
- Enclosing class:
- TransportFieldCapabilitiesIndexAction
An action that executes on each shard sequentially until it finds one that can match the provided
FieldCapabilitiesIndexRequest.indexFilter(). In which case the shard is used
to create the final FieldCapabilitiesIndexResponse.-
Constructor Summary
ConstructorsConstructorDescriptionAsyncShardsAction(TransportService transportService, ClusterService clusterService, FieldCapabilitiesIndexRequest request, ActionListener<FieldCapabilitiesIndexResponse> listener) -
Method Summary
-
Constructor Details
-
AsyncShardsAction
public AsyncShardsAction(TransportService transportService, ClusterService clusterService, FieldCapabilitiesIndexRequest request, ActionListener<FieldCapabilitiesIndexResponse> listener)
-
-
Method Details
-
start
public void start()
-