| パッケージ | 説明 |
|---|---|
| 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 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ClusterBlockLevel |
TransportShardFlushAction.globalBlockLevel() |
protected ClusterBlockLevel |
TransportShardFlushAction.indexBlockLevel() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ClusterBlockLevel |
TransportShardRefreshAction.globalBlockLevel() |
protected ClusterBlockLevel |
TransportShardRefreshAction.indexBlockLevel() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ClusterBlockLevel |
TransportReplicationAction.globalBlockLevel()
Cluster level block to check before request execution
|
protected ClusterBlockLevel |
TransportReplicationAction.indexBlockLevel()
Index level block to check before request execution
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static EnumSet<ClusterBlockLevel> |
ClusterBlockLevel.ALL |
static EnumSet<ClusterBlockLevel> |
ClusterBlockLevel.READ_WRITE |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ClusterBlockLevel |
ClusterBlockLevel.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ClusterBlockLevel[] |
ClusterBlockLevel.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
EnumSet<ClusterBlockLevel> |
ClusterBlock.levels() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
| コンストラクタと説明 |
|---|
ClusterBlock(int id,
String description,
boolean retryable,
boolean disableStatePersistence,
RestStatus status,
EnumSet<ClusterBlockLevel> levels) |
Copyright © 2009–2016. All rights reserved.