Modifier and Type | Field and Description |
---|---|
protected DiscoveryNodes |
TransportSearchTypeAction.BaseAsyncAction.nodes |
Modifier and Type | Method and Description |
---|---|
protected String[] |
TransportNodesOperationAction.filterNodeIds(DiscoveryNodes nodes,
String[] nodesIds) |
Modifier and Type | Method and Description |
---|---|
DiscoveryNodes |
ClusterState.getNodes() |
DiscoveryNodes |
ClusterState.nodes() |
Modifier and Type | Method and Description |
---|---|
ClusterState.Builder |
ClusterState.Builder.nodes(DiscoveryNodes nodes) |
Constructor and Description |
---|
ClusterState(ClusterName clusterName,
long version,
MetaData metaData,
RoutingTable routingTable,
DiscoveryNodes nodes,
ClusterBlocks blocks,
ImmutableOpenMap<String,ClusterState.Custom> customs) |
Modifier and Type | Field and Description |
---|---|
static DiscoveryNodes |
DiscoveryNodes.EMPTY_NODES |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static DiscoveryNodes.Builder |
DiscoveryNodes.builder(DiscoveryNodes nodes) |
DiscoveryNodes.Delta |
DiscoveryNodes.delta(DiscoveryNodes other)
Returns the changes comparing this nodes to the provided nodes.
|
static void |
DiscoveryNodes.Builder.writeTo(DiscoveryNodes nodes,
StreamOutput out) |
Constructor and Description |
---|
Builder(DiscoveryNodes nodes) |
Modifier and Type | Method and Description |
---|---|
ShardIterator |
IndexShardRoutingTable.preferAttributesActiveInitializingShardsIt(String[] attributes,
DiscoveryNodes nodes) |
ShardIterator |
IndexShardRoutingTable.preferAttributesActiveInitializingShardsIt(String[] attributes,
DiscoveryNodes nodes,
int seed) |
Modifier and Type | Method and Description |
---|---|
DiscoveryNodes |
RoutingAllocation.nodes()
Get discovery nodes in current routing
|
Constructor and Description |
---|
FailedRerouteAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
List<ShardRouting> failedShards,
ClusterInfo clusterInfo) |
RoutingAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
ClusterInfo clusterInfo)
Creates a new
RoutingAllocation |
StartedRerouteAllocation(AllocationDeciders deciders,
RoutingNodes routingNodes,
DiscoveryNodes nodes,
List<? extends ShardRouting> startedShards,
ClusterInfo clusterInfo) |
Modifier and Type | Method and Description |
---|---|
DiscoveryNodes |
ZenDiscovery.nodes()
start of
PingContextProvider implementation |
DiscoveryNodes |
DiscoveryNodesProvider.nodes() |
Copyright © 2009–2015. All rights reserved.