Class GetComponentStateAction.TransportAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<NodesRequest,NodesResponse>
-
- org.elasticsearch.action.support.nodes.TransportNodesAction<GetComponentStateAction.Request,GetComponentStateAction.Response,GetComponentStateAction.NodeRequest,GetComponentStateAction.NodeResponse>
-
- com.floragunn.searchguard.modules.api.GetComponentStateAction.TransportAction
-
- Enclosing class:
- GetComponentStateAction
public static class GetComponentStateAction.TransportAction extends org.elasticsearch.action.support.nodes.TransportNodesAction<GetComponentStateAction.Request,GetComponentStateAction.Response,GetComponentStateAction.NodeRequest,GetComponentStateAction.NodeResponse>
-
-
Constructor Summary
Constructors Constructor Description TransportAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, SearchGuardModulesRegistry modulesRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GetComponentStateAction.NodeRequestnewNodeRequest(GetComponentStateAction.Request request)protected GetComponentStateAction.NodeResponsenewNodeResponse(org.elasticsearch.common.io.stream.StreamInput in, org.elasticsearch.cluster.node.DiscoveryNode node)protected GetComponentStateAction.ResponsenewResponse(GetComponentStateAction.Request request, List<GetComponentStateAction.NodeResponse> responses, List<org.elasticsearch.action.FailedNodeException> failures)protected GetComponentStateAction.NodeResponsenodeOperation(GetComponentStateAction.NodeRequest request)-
Methods inherited from class org.elasticsearch.action.support.nodes.TransportNodesAction
doExecute, getTransportNodeAction, newResponseAsync, nodeOperation, resolveRequest
-
-
-
-
Constructor Detail
-
TransportAction
@Inject public TransportAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, SearchGuardModulesRegistry modulesRegistry)
-
-
Method Detail
-
newNodeResponse
protected GetComponentStateAction.NodeResponse newNodeResponse(org.elasticsearch.common.io.stream.StreamInput in, org.elasticsearch.cluster.node.DiscoveryNode node) throws IOException
- Specified by:
newNodeResponsein classorg.elasticsearch.action.support.nodes.TransportNodesAction<GetComponentStateAction.Request,GetComponentStateAction.Response,GetComponentStateAction.NodeRequest,GetComponentStateAction.NodeResponse>- Throws:
IOException
-
newResponse
protected GetComponentStateAction.Response newResponse(GetComponentStateAction.Request request, List<GetComponentStateAction.NodeResponse> responses, List<org.elasticsearch.action.FailedNodeException> failures)
- Specified by:
newResponsein classorg.elasticsearch.action.support.nodes.TransportNodesAction<GetComponentStateAction.Request,GetComponentStateAction.Response,GetComponentStateAction.NodeRequest,GetComponentStateAction.NodeResponse>
-
nodeOperation
protected GetComponentStateAction.NodeResponse nodeOperation(GetComponentStateAction.NodeRequest request)
- Specified by:
nodeOperationin classorg.elasticsearch.action.support.nodes.TransportNodesAction<GetComponentStateAction.Request,GetComponentStateAction.Response,GetComponentStateAction.NodeRequest,GetComponentStateAction.NodeResponse>
-
newNodeRequest
protected GetComponentStateAction.NodeRequest newNodeRequest(GetComponentStateAction.Request request)
- Specified by:
newNodeRequestin classorg.elasticsearch.action.support.nodes.TransportNodesAction<GetComponentStateAction.Request,GetComponentStateAction.Response,GetComponentStateAction.NodeRequest,GetComponentStateAction.NodeResponse>
-
-