| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
| org.elasticsearch.action.admin.indices.refresh |
Refresh index/indices action.
|
| org.elasticsearch.action.support.replication | |
| org.elasticsearch.cluster.block |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockLevel |
TransportShardFlushAction.globalBlockLevel() |
protected ClusterBlockLevel |
TransportShardFlushAction.indexBlockLevel() |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockLevel |
TransportShardRefreshAction.globalBlockLevel() |
protected ClusterBlockLevel |
TransportShardRefreshAction.indexBlockLevel() |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockLevel |
TransportReplicationAction.globalBlockLevel()
Cluster level block to check before request execution
|
protected ClusterBlockLevel |
TransportReplicationAction.indexBlockLevel()
Index level block to check before request execution
|
| 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.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–2017. All rights reserved.