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

Packages that use ClusterBlock
org.elasticsearch.cluster   
org.elasticsearch.cluster.block   
org.elasticsearch.cluster.metadata   
org.elasticsearch.cluster.service   
org.elasticsearch.discovery   
org.elasticsearch.gateway   
 

Uses of ClusterBlock in org.elasticsearch.cluster
 

Methods in org.elasticsearch.cluster with parameters of type ClusterBlock
 void ClusterService.addInitialStateBlock(ClusterBlock block)
          Adds an initial block to be set on the first cluster state created.
 

Uses of ClusterBlock in org.elasticsearch.cluster.block
 

Methods in org.elasticsearch.cluster.block that return ClusterBlock
static ClusterBlock ClusterBlock.readClusterBlock(StreamInput in)
           
 

Methods in org.elasticsearch.cluster.block that return types with arguments of type ClusterBlock
 com.google.common.collect.ImmutableSet<ClusterBlock> ClusterBlockException.blocks()
           
 com.google.common.collect.ImmutableSet<ClusterBlock> ClusterBlocks.global()
           
 com.google.common.collect.ImmutableSet<ClusterBlock> ClusterBlocks.global(ClusterBlockLevel level)
           
 com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableSet<ClusterBlock>> ClusterBlocks.indices()
           
 com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableSet<ClusterBlock>> ClusterBlocks.indices(ClusterBlockLevel level)
           
 

Methods in org.elasticsearch.cluster.block with parameters of type ClusterBlock
 ClusterBlocks.Builder ClusterBlocks.Builder.addGlobalBlock(ClusterBlock block)
           
 ClusterBlocks.Builder ClusterBlocks.Builder.addIndexBlock(String index, ClusterBlock block)
           
 boolean ClusterBlocks.hasGlobalBlock(ClusterBlock block)
           
 boolean ClusterBlocks.hasIndexBlock(String index, ClusterBlock block)
           
 ClusterBlocks.Builder ClusterBlocks.Builder.removeGlobalBlock(ClusterBlock block)
           
 ClusterBlocks.Builder ClusterBlocks.Builder.removeIndexBlock(String index, ClusterBlock block)
           
 

Constructor parameters in org.elasticsearch.cluster.block with type arguments of type ClusterBlock
ClusterBlockException(com.google.common.collect.ImmutableSet<ClusterBlock> blocks)
           
 

Uses of ClusterBlock in org.elasticsearch.cluster.metadata
 

Fields in org.elasticsearch.cluster.metadata declared as ClusterBlock
static ClusterBlock MetaData.CLUSTER_READ_ONLY_BLOCK
           
static ClusterBlock MetaDataStateIndexService.INDEX_CLOSED_BLOCK
           
static ClusterBlock IndexMetaData.INDEX_METADATA_BLOCK
           
static ClusterBlock IndexMetaData.INDEX_READ_BLOCK
           
static ClusterBlock IndexMetaData.INDEX_READ_ONLY_BLOCK
           
static ClusterBlock IndexMetaData.INDEX_WRITE_BLOCK
           
 

Method parameters in org.elasticsearch.cluster.metadata with type arguments of type ClusterBlock
 MetaDataCreateIndexService.Request MetaDataCreateIndexService.Request.blocks(Set<ClusterBlock> blocks)
           
 

Uses of ClusterBlock in org.elasticsearch.cluster.service
 

Methods in org.elasticsearch.cluster.service with parameters of type ClusterBlock
 void InternalClusterService.addInitialStateBlock(ClusterBlock block)
           
 

Uses of ClusterBlock in org.elasticsearch.discovery
 

Fields in org.elasticsearch.discovery declared as ClusterBlock
static ClusterBlock Discovery.NO_MASTER_BLOCK
           
 

Uses of ClusterBlock in org.elasticsearch.gateway
 

Fields in org.elasticsearch.gateway declared as ClusterBlock
static ClusterBlock GatewayService.STATE_NOT_RECOVERED_BLOCK
           
 



Copyright © 2009-2012. All Rights Reserved.