java.lang.Object
org.elasticsearch.action.fieldcaps.RequestDispatcher
Dispatches child field-caps requests to old/new data nodes in the local cluster that have shards of the requesting indices.
-
Constructor Summary
ConstructorsConstructorDescriptionRequestDispatcher(ClusterService clusterService, TransportService transportService, ProjectResolver projectResolver, CoordinatorRewriteContextProvider coordinatorRewriteContextProvider, Task parentTask, FieldCapabilitiesRequest fieldCapsRequest, OriginalIndices originalIndices, long nowInMillis, String[] indices, Executor executor, Consumer<FieldCapabilitiesIndexResponse> onIndexResponse, BiConsumer<String, Exception> onIndexFailure, Runnable onComplete) -
Method Summary
-
Constructor Details
-
RequestDispatcher
public RequestDispatcher(ClusterService clusterService, TransportService transportService, ProjectResolver projectResolver, CoordinatorRewriteContextProvider coordinatorRewriteContextProvider, Task parentTask, FieldCapabilitiesRequest fieldCapsRequest, OriginalIndices originalIndices, long nowInMillis, String[] indices, Executor executor, Consumer<FieldCapabilitiesIndexResponse> onIndexResponse, BiConsumer<String, Exception> onIndexFailure, Runnable onComplete)
-
-
Method Details
-
execute
public void execute()
-