public class TransportNodesStatsAction extends TransportNodesOperationAction<NodesStatsRequest,NodesStatsResponse,org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest,NodeStats>
clusterName, clusterService, transportService
actionName, threadPool
componentSettings, logger, settings
Constructor and Description |
---|
TransportNodesStatsAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
NodeService nodeService,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
accumulateExceptions() |
protected String |
executor() |
protected org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest |
newNodeRequest() |
protected org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest |
newNodeRequest(String nodeId,
NodesStatsRequest request) |
protected NodeStats |
newNodeResponse() |
protected NodesStatsRequest |
newRequest() |
protected NodesStatsResponse |
newResponse(NodesStatsRequest nodesInfoRequest,
AtomicReferenceArray responses) |
protected NodeStats |
nodeOperation(org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest nodeStatsRequest) |
doExecute, filterNodeIds, transportCompress
execute, execute, forceThreadedListener
nodeName
@Inject public TransportNodesStatsAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, NodeService nodeService, ActionFilters actionFilters)
protected String executor()
executor
in class TransportNodesOperationAction<NodesStatsRequest,NodesStatsResponse,org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest,NodeStats>
protected NodesStatsResponse newResponse(NodesStatsRequest nodesInfoRequest, AtomicReferenceArray responses)
newResponse
in class TransportNodesOperationAction<NodesStatsRequest,NodesStatsResponse,org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest,NodeStats>
protected NodesStatsRequest newRequest()
newRequest
in class TransportNodesOperationAction<NodesStatsRequest,NodesStatsResponse,org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest,NodeStats>
protected org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest newNodeRequest()
newNodeRequest
in class TransportNodesOperationAction<NodesStatsRequest,NodesStatsResponse,org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest,NodeStats>
protected org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest newNodeRequest(String nodeId, NodesStatsRequest request)
newNodeRequest
in class TransportNodesOperationAction<NodesStatsRequest,NodesStatsResponse,org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest,NodeStats>
protected NodeStats newNodeResponse()
newNodeResponse
in class TransportNodesOperationAction<NodesStatsRequest,NodesStatsResponse,org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest,NodeStats>
protected NodeStats nodeOperation(org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest nodeStatsRequest) throws ElasticsearchException
nodeOperation
in class TransportNodesOperationAction<NodesStatsRequest,NodesStatsResponse,org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest,NodeStats>
ElasticsearchException
protected boolean accumulateExceptions()
accumulateExceptions
in class TransportNodesOperationAction<NodesStatsRequest,NodesStatsResponse,org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest,NodeStats>
Copyright © 2009–2015. All rights reserved.