public class TransportGetFieldMappingsAction extends HandledTransportAction<GetFieldMappingsRequest,GetFieldMappingsResponse>
actionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportGetFieldMappingsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
TransportGetFieldMappingsIndexAction shardAction,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(GetFieldMappingsRequest request,
ActionListener<GetFieldMappingsResponse> listener) |
doExecute, execute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportGetFieldMappingsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, TransportGetFieldMappingsIndexAction shardAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected void doExecute(GetFieldMappingsRequest request, ActionListener<GetFieldMappingsResponse> listener)
doExecute in class TransportAction<GetFieldMappingsRequest,GetFieldMappingsResponse>