public class TransportGetMappingsAction extends TransportClusterInfoAction<GetMappingsRequest,GetMappingsResponse>
FORCE_LOCAL_SETTING
clusterService, transportService
actionName, threadPool
componentSettings, logger, settings
Constructor and Description |
---|
TransportGetMappingsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
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 GetMappingsRequest |
newRequest() |
protected GetMappingsResponse |
newResponse() |
masterOperation
localExecute
doExecute, forceThreadedListener, processBeforeDelegationToMaster
execute, execute
nodeName
@Inject public TransportGetMappingsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters)
protected String executor()
executor
in class TransportClusterInfoAction<GetMappingsRequest,GetMappingsResponse>
protected ClusterBlockException checkBlock(GetMappingsRequest request, ClusterState state)
checkBlock
in class TransportMasterNodeOperationAction<GetMappingsRequest,GetMappingsResponse>
protected GetMappingsRequest newRequest()
newRequest
in class TransportMasterNodeOperationAction<GetMappingsRequest,GetMappingsResponse>
protected GetMappingsResponse newResponse()
newResponse
in class TransportMasterNodeOperationAction<GetMappingsRequest,GetMappingsResponse>
protected void doMasterOperation(GetMappingsRequest request, String[] concreteIndices, ClusterState state, ActionListener<GetMappingsResponse> listener) throws ElasticsearchException
doMasterOperation
in class TransportClusterInfoAction<GetMappingsRequest,GetMappingsResponse>
ElasticsearchException
Copyright © 2009–2015. All rights reserved.