Class TransportGetIndexAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<Request,Response>
org.elasticsearch.action.support.master.TransportMasterNodeAction<Request,Response>
org.elasticsearch.action.support.master.TransportMasterNodeReadAction<Request,Response>
org.elasticsearch.action.support.master.info.TransportClusterInfoAction<GetIndexRequest,GetIndexResponse>
org.elasticsearch.action.admin.indices.get.TransportGetIndexAction
public class TransportGetIndexAction
extends TransportClusterInfoAction<GetIndexRequest,GetIndexResponse>
Get index action.
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
clusterService, executor, indexNameExpressionResolver, threadPool, transportService
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, localConnection, taskManager
-
Constructor Summary
ConstructorDescriptionTransportGetIndexAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService, IndexScopedSettings indexScopedSettings)
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doMasterOperation(Task task, GetIndexRequest request, String[] concreteIndices, ClusterState state, ActionListener<GetIndexResponse> listener)
Methods inherited from class org.elasticsearch.action.support.master.info.TransportClusterInfoAction
checkBlock, masterOperation, masterOperation
Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
localExecute
Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, getMasterActionName
Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute, execute
-
Constructor Details
-
TransportGetIndexAction
@Inject public TransportGetIndexAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService, IndexScopedSettings indexScopedSettings)
-
-
Method Details
-
doMasterOperation
protected void doMasterOperation(Task task, GetIndexRequest request, String[] concreteIndices, ClusterState state, ActionListener<GetIndexResponse> listener)- Specified by:
doMasterOperation
in classTransportClusterInfoAction<GetIndexRequest,GetIndexResponse>
-