Module org.elasticsearch.server
Class TransportGetIndexAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<GetIndexRequest,GetIndexResponse>
org.elasticsearch.action.support.HandledTransportAction<GetIndexRequest,GetIndexResponse>
org.elasticsearch.action.support.master.TransportMasterNodeAction<GetIndexRequest,GetIndexResponse>
org.elasticsearch.action.support.master.TransportMasterNodeReadAction<GetIndexRequest,GetIndexResponse>
org.elasticsearch.action.support.master.info.TransportClusterInfoAction<GetIndexRequest,GetIndexResponse>
org.elasticsearch.action.admin.indices.get.TransportGetIndexAction
- All Implemented Interfaces:
ActionWithReservedState<GetIndexRequest>
public class TransportGetIndexAction
extends TransportClusterInfoAction<GetIndexRequest,GetIndexResponse>
Get index action.
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
clusterService, executor, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, 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, masterOperationMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
localExecuteMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecuteMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnlyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.reservedstate.ActionWithReservedState
modifiedKeys, reservedStateHandlerName, validateForReservedState
-
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>
-