Package | Description |
---|---|
org.elasticsearch.cluster.block |
Modifier and Type | Field and Description |
---|---|
static EnumSet<ClusterBlockLevel> |
ClusterBlockLevel.ALL |
static EnumSet<ClusterBlockLevel> |
ClusterBlockLevel.READ_WRITE |
Modifier and Type | Method and Description |
---|---|
static ClusterBlockLevel |
ClusterBlockLevel.fromId(int id) |
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.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<ClusterBlockLevel> |
ClusterBlock.levels() |
Modifier and Type | Method and Description |
---|---|
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.hasGlobalBlock(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) |
Constructor and Description |
---|
ClusterBlock(int id,
String description,
boolean retryable,
boolean disableStatePersistence,
RestStatus status,
EnumSet<ClusterBlockLevel> levels) |
Copyright © 2009–2015. All rights reserved.