public class TransportIndicesExistsAction extends TransportMasterNodeReadOperationAction<IndicesExistsRequest,IndicesExistsResponse>
FORCE_LOCAL_SETTING
clusterService, transportService
actionName, threadPool
componentSettings, logger, settings
Constructor and Description |
---|
TransportIndicesExistsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
checkBlock(IndicesExistsRequest request,
ClusterState state) |
protected String |
executor() |
protected void |
masterOperation(IndicesExistsRequest request,
ClusterState state,
ActionListener<IndicesExistsResponse> listener) |
protected IndicesExistsRequest |
newRequest() |
protected IndicesExistsResponse |
newResponse() |
localExecute
doExecute, forceThreadedListener, processBeforeDelegationToMaster
execute, execute
nodeName
@Inject public TransportIndicesExistsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters)
protected String executor()
executor
in class TransportMasterNodeOperationAction<IndicesExistsRequest,IndicesExistsResponse>
protected IndicesExistsRequest newRequest()
newRequest
in class TransportMasterNodeOperationAction<IndicesExistsRequest,IndicesExistsResponse>
protected IndicesExistsResponse newResponse()
newResponse
in class TransportMasterNodeOperationAction<IndicesExistsRequest,IndicesExistsResponse>
protected ClusterBlockException checkBlock(IndicesExistsRequest request, ClusterState state)
checkBlock
in class TransportMasterNodeOperationAction<IndicesExistsRequest,IndicesExistsResponse>
protected void masterOperation(IndicesExistsRequest request, ClusterState state, ActionListener<IndicesExistsResponse> listener) throws ElasticsearchException
masterOperation
in class TransportMasterNodeOperationAction<IndicesExistsRequest,IndicesExistsResponse>
ElasticsearchException
Copyright © 2009–2015. All rights reserved.