Uses of Class
org.elasticsearch.cluster.block.ClusterBlocks

Packages that use ClusterBlocks
org.elasticsearch.cluster   
org.elasticsearch.cluster.block   
org.elasticsearch.cluster.routing   
 

Uses of ClusterBlocks in org.elasticsearch.cluster
 

Methods in org.elasticsearch.cluster that return ClusterBlocks
 ClusterBlocks ClusterState.blocks()
           
 ClusterBlocks ClusterState.getBlocks()
           
 

Methods in org.elasticsearch.cluster with parameters of type ClusterBlocks
 ClusterState.Builder ClusterState.Builder.blocks(ClusterBlocks block)
           
 

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

Uses of ClusterBlocks in org.elasticsearch.cluster.block
 

Fields in org.elasticsearch.cluster.block declared as ClusterBlocks
static ClusterBlocks ClusterBlocks.EMPTY_CLUSTER_BLOCK
           
 

Methods in org.elasticsearch.cluster.block that return ClusterBlocks
 ClusterBlocks ClusterBlocks.Builder.build()
           
static ClusterBlocks ClusterBlocks.Builder.readClusterBlocks(StreamInput in)
           
 

Methods in org.elasticsearch.cluster.block with parameters of type ClusterBlocks
 ClusterBlocks.Builder ClusterBlocks.Builder.blocks(ClusterBlocks blocks)
           
static void ClusterBlocks.Builder.writeClusterBlocks(ClusterBlocks blocks, StreamOutput out)
           
 

Uses of ClusterBlocks in org.elasticsearch.cluster.routing
 

Methods in org.elasticsearch.cluster.routing that return ClusterBlocks
 ClusterBlocks RoutingNodes.blocks()
           
 ClusterBlocks RoutingNodes.getBlocks()
           
 



Copyright © 2009-2012. All Rights Reserved.