Uses of Class
org.elasticsearch.cluster.node.DiscoveryNodes

Packages that use DiscoveryNodes
org.elasticsearch.action.search.type   
org.elasticsearch.action.support.nodes   
org.elasticsearch.cluster   
org.elasticsearch.cluster.node   
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.routing.allocation   
org.elasticsearch.discovery.zen   
org.elasticsearch.discovery.zen.fd   
 

Uses of DiscoveryNodes in org.elasticsearch.action.search.type
 

Fields in org.elasticsearch.action.search.type declared as DiscoveryNodes
protected  DiscoveryNodes TransportSearchTypeAction.BaseAsyncAction.nodes
           
 

Uses of DiscoveryNodes in org.elasticsearch.action.support.nodes
 

Methods in org.elasticsearch.action.support.nodes with parameters of type DiscoveryNodes
protected  String[] TransportNodesOperationAction.filterNodeIds(DiscoveryNodes nodes, String[] nodesIds)
           
 

Uses of DiscoveryNodes in org.elasticsearch.cluster
 

Methods in org.elasticsearch.cluster that return DiscoveryNodes
 DiscoveryNodes ClusterState.getNodes()
           
 DiscoveryNodes ClusterState.nodes()
           
 

Methods in org.elasticsearch.cluster with parameters of type DiscoveryNodes
 ClusterState.Builder ClusterState.Builder.nodes(DiscoveryNodes nodes)
           
 

Constructors in org.elasticsearch.cluster with parameters of type DiscoveryNodes
ClusterState(long version, MetaData metaData, RoutingTable routingTable, DiscoveryNodes nodes, ClusterBlocks blocks, AllocationExplanation allocationExplanation, com.google.common.collect.ImmutableMap<String,ClusterState.Custom> customs)
           
 

Uses of DiscoveryNodes in org.elasticsearch.cluster.node
 

Fields in org.elasticsearch.cluster.node declared as DiscoveryNodes
static DiscoveryNodes DiscoveryNodes.EMPTY_NODES
           
 

Methods in org.elasticsearch.cluster.node that return DiscoveryNodes
 DiscoveryNodes DiscoveryNodes.Builder.build()
           
 DiscoveryNodes DiscoveryNodes.newNode(DiscoveryNode node)
           
static DiscoveryNodes DiscoveryNodes.Builder.readFrom(StreamInput in, DiscoveryNode localNode)
           
 DiscoveryNodes DiscoveryNodes.removeDeadMembers(Set<String> newNodes, String masterNodeId)
           
 

Methods in org.elasticsearch.cluster.node with parameters of type DiscoveryNodes
 DiscoveryNodes.Delta DiscoveryNodes.delta(DiscoveryNodes other)
          Returns the changes comparing this nodes to the provided nodes.
 DiscoveryNodes.Builder DiscoveryNodes.Builder.putAll(DiscoveryNodes nodes)
           
static void DiscoveryNodes.Builder.writeTo(DiscoveryNodes nodes, StreamOutput out)
           
 

Uses of DiscoveryNodes in org.elasticsearch.cluster.routing
 

Methods in org.elasticsearch.cluster.routing with parameters of type DiscoveryNodes
 ShardIterator IndexShardRoutingTable.preferAttributesActiveShardsIt(String[] attributes, DiscoveryNodes nodes)
           
 ShardIterator IndexShardRoutingTable.preferAttributesActiveShardsIt(String[] attributes, DiscoveryNodes nodes, int index)
           
 

Uses of DiscoveryNodes in org.elasticsearch.cluster.routing.allocation
 

Methods in org.elasticsearch.cluster.routing.allocation that return DiscoveryNodes
 DiscoveryNodes RoutingAllocation.nodes()
           
 

Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type DiscoveryNodes
FailedRerouteAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, DiscoveryNodes nodes, ShardRouting failedShard)
           
RoutingAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, DiscoveryNodes nodes)
           
StartedRerouteAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, DiscoveryNodes nodes, List<? extends ShardRouting> startedShards)
           
 

Uses of DiscoveryNodes in org.elasticsearch.discovery.zen
 

Methods in org.elasticsearch.discovery.zen that return DiscoveryNodes
 DiscoveryNodes ZenDiscovery.nodes()
           
 DiscoveryNodes DiscoveryNodesProvider.nodes()
           
 

Uses of DiscoveryNodes in org.elasticsearch.discovery.zen.fd
 

Methods in org.elasticsearch.discovery.zen.fd with parameters of type DiscoveryNodes
 void NodesFaultDetection.updateNodes(DiscoveryNodes nodes)
           
 



Copyright © 2009-2012. All Rights Reserved.