Package | Description |
---|---|
org.elasticsearch.cluster | |
org.elasticsearch.cluster.block | |
org.elasticsearch.cluster.routing |
Modifier and Type | Method and Description |
---|---|
ClusterBlocks |
ClusterState.blocks() |
ClusterBlocks |
ClusterState.getBlocks() |
Modifier and Type | Method and Description |
---|---|
ClusterState.Builder |
ClusterState.Builder.blocks(ClusterBlocks blocks) |
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 ClusterBlocks |
ClusterBlocks.EMPTY_CLUSTER_BLOCK |
Modifier and Type | Method and Description |
---|---|
ClusterBlocks |
ClusterBlocks.Builder.build() |
static ClusterBlocks |
ClusterBlocks.Builder.readClusterBlocks(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
ClusterBlocks.Builder |
ClusterBlocks.Builder.blocks(ClusterBlocks blocks) |
static void |
ClusterBlocks.Builder.writeClusterBlocks(ClusterBlocks blocks,
StreamOutput out) |
Modifier and Type | Method and Description |
---|---|
ClusterBlocks |
RoutingNodes.blocks() |
ClusterBlocks |
RoutingNodes.getBlocks() |
Copyright © 2009–2015. All rights reserved.