public class TransportGetFieldMappingsAction extends HandledTransportAction<GetFieldMappingsRequest,GetFieldMappingsResponse>
actionName, threadPool
componentSettings, logger, settings
Constructor and Description |
---|
TransportGetFieldMappingsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
TransportGetFieldMappingsIndexAction shardAction,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
protected void |
doExecute(GetFieldMappingsRequest request,
ActionListener<GetFieldMappingsResponse> listener) |
GetFieldMappingsRequest |
newRequestInstance()
Sub classes implement this call to get new instance of a Request object
|
execute, execute, forceThreadedListener
nodeName
@Inject public TransportGetFieldMappingsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, TransportGetFieldMappingsIndexAction shardAction, ActionFilters actionFilters)
protected void doExecute(GetFieldMappingsRequest request, ActionListener<GetFieldMappingsResponse> listener)
doExecute
in class TransportAction<GetFieldMappingsRequest,GetFieldMappingsResponse>
public GetFieldMappingsRequest newRequestInstance()
HandledTransportAction
newRequestInstance
in class HandledTransportAction<GetFieldMappingsRequest,GetFieldMappingsResponse>
Copyright © 2009–2015. All rights reserved.