| 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,
String stateUUID,
MetaData metaData,
RoutingTable routingTable,
DiscoveryNodes nodes,
ClusterBlocks blocks,
ImmutableOpenMap<String,ClusterState.Custom> customs,
boolean wasReadFromDiff) |
| Modifier and Type | Field and Description |
|---|---|
static ClusterBlocks |
ClusterBlocks.EMPTY_CLUSTER_BLOCK |
static ClusterBlocks |
ClusterBlocks.PROTO |
| Modifier and Type | Method and Description |
|---|---|
ClusterBlocks |
ClusterBlocks.Builder.build() |
static ClusterBlocks |
ClusterBlocks.Builder.readClusterBlocks(StreamInput in) |
ClusterBlocks |
ClusterBlocks.readFrom(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
ClusterBlocks.Builder |
ClusterBlocks.Builder.blocks(ClusterBlocks blocks) |
| Modifier and Type | Method and Description |
|---|---|
ClusterBlocks |
RoutingNodes.blocks() |
ClusterBlocks |
RoutingNodes.getBlocks() |
Copyright © 2009–2017. All rights reserved.