public class TransportGetMappingsAction extends TransportClusterInfoAction<GetMappingsRequest,GetMappingsResponse>
FORCE_LOCAL_SETTINGclusterService, transportServiceactionName, indexNameExpressionResolver, parseFieldMatcher, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportGetMappingsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
checkBlock(GetMappingsRequest request,
ClusterState state) |
protected void |
doMasterOperation(GetMappingsRequest request,
String[] concreteIndices,
ClusterState state,
ActionListener<GetMappingsResponse> listener) |
protected String |
executor() |
protected GetMappingsResponse |
newResponse() |
masterOperationlocalExecutedoExecute, doExecute, masterOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportGetMappingsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected String executor()
executor in class TransportClusterInfoAction<GetMappingsRequest,GetMappingsResponse>protected ClusterBlockException checkBlock(GetMappingsRequest request, ClusterState state)
checkBlock in class TransportMasterNodeAction<GetMappingsRequest,GetMappingsResponse>protected GetMappingsResponse newResponse()
newResponse in class TransportMasterNodeAction<GetMappingsRequest,GetMappingsResponse>protected void doMasterOperation(GetMappingsRequest request, String[] concreteIndices, ClusterState state, ActionListener<GetMappingsResponse> listener)
doMasterOperation in class TransportClusterInfoAction<GetMappingsRequest,GetMappingsResponse>Copyright © 2009–2017. All rights reserved.