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, transportServiceFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, localConnection, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportGetIndexAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService, IndexScopedSettings indexScopedSettings) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoMasterOperation(Task task, GetIndexRequest request, String[] concreteIndices, ClusterState state, ActionListener<GetIndexResponse> listener)Methods inherited from class org.elasticsearch.action.support.master.info.TransportClusterInfoAction
checkBlock, masterOperation, masterOperationMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
localExecuteMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, getMasterActionNameMethods 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:
doMasterOperationin classTransportClusterInfoAction<GetIndexRequest,GetIndexResponse>
-