Uses of Interface
org.elasticsearch.node.Node

Packages that use Node
org.elasticsearch.action.admin.cluster.node.restart   
org.elasticsearch.action.admin.cluster.node.shutdown   
org.elasticsearch.gateway.blobstore   
org.elasticsearch.node Allow to build a Node using NodeBuilder which is a node within the cluster. 
org.elasticsearch.node.internal   
 

Uses of Node in org.elasticsearch.action.admin.cluster.node.restart
 

Constructors in org.elasticsearch.action.admin.cluster.node.restart with parameters of type Node
TransportNodesRestartAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, Node node)
           
 

Uses of Node in org.elasticsearch.action.admin.cluster.node.shutdown
 

Constructors in org.elasticsearch.action.admin.cluster.node.shutdown with parameters of type Node
TransportNodesShutdownAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, Node node, ClusterName clusterName)
           
 

Uses of Node in org.elasticsearch.gateway.blobstore
 

Constructors in org.elasticsearch.gateway.blobstore with parameters of type Node
BlobReuseExistingGatewayAllocator(Settings settings, Node node, TransportNodesListShardStoreMetaData transportNodesListShardStoreMetaData)
           
 

Uses of Node in org.elasticsearch.node
 

Methods in org.elasticsearch.node that return Node
 Node NodeBuilder.build()
          Builds the node without starting it.
 Node NodeBuilder.node()
          NodeBuilder.build()s and starts the node.
 Node Node.start()
          Start the node.
 Node Node.stop()
          Stops the node.
 

Uses of Node in org.elasticsearch.node.internal
 

Classes in org.elasticsearch.node.internal that implement Node
 class InternalNode
           
 

Methods in org.elasticsearch.node.internal that return Node
 Node InternalNode.start()
           
 Node InternalNode.stop()
           
 

Constructors in org.elasticsearch.node.internal with parameters of type Node
NodeModule(Node node)
           
 



Copyright © 2009-2012. All Rights Reserved.