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, indexNameExpressionResolver, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
Constructors Constructor Description TransportGetIndexAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService, IndexScopedSettings indexScopedSettings) -
Method Summary
Modifier and Type Method Description protected ClusterBlockExceptioncheckBlock(GetIndexRequest request, ClusterState state)protected voiddoMasterOperation(GetIndexRequest request, java.lang.String[] concreteIndices, ClusterState state, ActionListener<GetIndexResponse> listener)protected java.lang.Stringexecutor()protected GetIndexResponseread(StreamInput in)Methods inherited from class org.elasticsearch.action.support.master.info.TransportClusterInfoAction
masterOperationMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
localExecuteMethods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, getMasterActionName, masterOperationMethods 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
-
executor
protected java.lang.String executor()- Overrides:
executorin classTransportClusterInfoAction<GetIndexRequest,GetIndexResponse>
-
checkBlock
- Specified by:
checkBlockin classTransportMasterNodeAction<GetIndexRequest,GetIndexResponse>
-
read
- Specified by:
readin classTransportMasterNodeAction<GetIndexRequest,GetIndexResponse>- Throws:
java.io.IOException
-
doMasterOperation
protected void doMasterOperation(GetIndexRequest request, java.lang.String[] concreteIndices, ClusterState state, ActionListener<GetIndexResponse> listener)- Specified by:
doMasterOperationin classTransportClusterInfoAction<GetIndexRequest,GetIndexResponse>
-