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

Packages that use ClusterBlockLevel
org.elasticsearch.cluster.block   
 

Uses of ClusterBlockLevel in org.elasticsearch.cluster.block
 

Fields in org.elasticsearch.cluster.block declared as ClusterBlockLevel
static ClusterBlockLevel[] ClusterBlockLevel.ALL
           
static ClusterBlockLevel[] ClusterBlockLevel.READ_WRITE
           
 

Methods in org.elasticsearch.cluster.block that return ClusterBlockLevel
static ClusterBlockLevel ClusterBlockLevel.fromId(int id)
           
 ClusterBlockLevel[] ClusterBlock.levels()
           
static ClusterBlockLevel ClusterBlockLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClusterBlockLevel[] ClusterBlockLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.cluster.block with parameters of type ClusterBlockLevel
 boolean ClusterBlock.contains(ClusterBlockLevel level)
           
 com.google.common.collect.ImmutableSet<ClusterBlock> ClusterBlocks.global(ClusterBlockLevel level)
           
 ClusterBlockException ClusterBlocks.globalBlockedException(ClusterBlockLevel level)
           
 void ClusterBlocks.globalBlockedRaiseException(ClusterBlockLevel level)
           
 boolean ClusterBlocks.indexBlocked(ClusterBlockLevel level, String index)
           
 ClusterBlockException ClusterBlocks.indexBlockedException(ClusterBlockLevel level, String index)
           
 void ClusterBlocks.indexBlockedRaiseException(ClusterBlockLevel level, String index)
           
 com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableSet<ClusterBlock>> ClusterBlocks.indices(ClusterBlockLevel level)
           
 ClusterBlockException ClusterBlocks.indicesBlockedException(ClusterBlockLevel level, String[] indices)
           
 

Constructors in org.elasticsearch.cluster.block with parameters of type ClusterBlockLevel
ClusterBlock(int id, String description, boolean retryable, boolean disableStatePersistence, RestStatus status, ClusterBlockLevel... levels)
           
 



Copyright © 2009-2012. All Rights Reserved.