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