Uses of Class
org.elasticsearch.cluster.block.ClusterBlocks
-
Packages that use ClusterBlocks Package Description org.elasticsearch.cluster org.elasticsearch.cluster.block -
-
Uses of ClusterBlocks in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return ClusterBlocks Modifier and Type Method Description ClusterBlocksClusterState. blocks()ClusterBlocksClusterState. getBlocks()Methods in org.elasticsearch.cluster with parameters of type ClusterBlocks Modifier and Type Method Description ClusterState.BuilderClusterState.Builder. blocks(ClusterBlocks blocks)Constructors in org.elasticsearch.cluster with parameters of type ClusterBlocks Constructor Description ClusterState(ClusterName clusterName, long version, String stateUUID, MetaData metaData, RoutingTable routingTable, DiscoveryNodes nodes, ClusterBlocks blocks, ImmutableOpenMap<String,ClusterState.Custom> customs, int minimumMasterNodesOnPublishingMaster, boolean wasReadFromDiff) -
Uses of ClusterBlocks in org.elasticsearch.cluster.block
Fields in org.elasticsearch.cluster.block declared as ClusterBlocks Modifier and Type Field Description static ClusterBlocksClusterBlocks. EMPTY_CLUSTER_BLOCKMethods in org.elasticsearch.cluster.block that return ClusterBlocks Modifier and Type Method Description ClusterBlocksClusterBlocks.Builder. build()Methods in org.elasticsearch.cluster.block that return types with arguments of type ClusterBlocks Modifier and Type Method Description static Diff<ClusterBlocks>ClusterBlocks. readDiffFrom(StreamInput in)Methods in org.elasticsearch.cluster.block with parameters of type ClusterBlocks Modifier and Type Method Description ClusterBlocks.BuilderClusterBlocks.Builder. blocks(ClusterBlocks blocks)
-