public class TransportGetIndexAction extends TransportClusterInfoAction<GetIndexRequest,GetIndexResponse>
FORCE_LOCAL_SETTINGclusterService, transportServiceactionName, threadPoolcomponentSettings, 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() |
masterOperationlocalExecutedoExecute, forceThreadedListener, processBeforeDelegationToMasterexecute, executenodeName@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>ElasticsearchExceptionCopyright © 2009–2016. All rights reserved.