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