Uses of Class
org.elasticsearch.node.service.NodeService

Packages that use NodeService
org.elasticsearch.action.admin.cluster.node.info   
org.elasticsearch.action.admin.cluster.node.stats   
org.elasticsearch.discovery   
org.elasticsearch.discovery.local   
org.elasticsearch.discovery.zen   
org.elasticsearch.http   
 

Uses of NodeService in org.elasticsearch.action.admin.cluster.node.info
 

Constructors in org.elasticsearch.action.admin.cluster.node.info with parameters of type NodeService
TransportNodesInfoAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, NodeService nodeService)
           
 

Uses of NodeService in org.elasticsearch.action.admin.cluster.node.stats
 

Constructors in org.elasticsearch.action.admin.cluster.node.stats with parameters of type NodeService
TransportNodesStatsAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, NodeService nodeService)
           
 

Uses of NodeService in org.elasticsearch.discovery
 

Methods in org.elasticsearch.discovery with parameters of type NodeService
 void Discovery.setNodeService(NodeService nodeService)
          Here as a hack to solve dep injection problem...
 

Uses of NodeService in org.elasticsearch.discovery.local
 

Methods in org.elasticsearch.discovery.local with parameters of type NodeService
 void LocalDiscovery.setNodeService(NodeService nodeService)
           
 

Uses of NodeService in org.elasticsearch.discovery.zen
 

Methods in org.elasticsearch.discovery.zen that return NodeService
 NodeService ZenDiscovery.nodeService()
           
 NodeService DiscoveryNodesProvider.nodeService()
           
 

Methods in org.elasticsearch.discovery.zen with parameters of type NodeService
 void ZenDiscovery.setNodeService(NodeService nodeService)
           
 

Uses of NodeService in org.elasticsearch.http
 

Constructors in org.elasticsearch.http with parameters of type NodeService
HttpServer(Settings settings, Environment environment, HttpServerTransport transport, RestController restController, NodeService nodeService)
           
 



Copyright © 2009-2012. All Rights Reserved.