| パッケージ | 説明 |
|---|---|
| org.elasticsearch.cluster |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static RestoreInProgress.State |
RestoreInProgress.State.fromValue(byte value)
Returns state corresponding to state code
|
RestoreInProgress.State |
RestoreInProgress.Entry.state()
Returns current restore state
|
RestoreInProgress.State |
RestoreInProgress.ShardRestoreStatus.state()
Returns current state
|
static RestoreInProgress.State |
RestoreInProgress.State.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static RestoreInProgress.State[] |
RestoreInProgress.State.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| コンストラクタと説明 |
|---|
Entry(SnapshotId snapshotId,
RestoreInProgress.State state,
List<String> indices,
com.google.common.collect.ImmutableMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)
Creates new restore metadata
|
ShardRestoreStatus(String nodeId,
RestoreInProgress.State state)
Constructs a new shard restore status in with specified state on the given node
|
ShardRestoreStatus(String nodeId,
RestoreInProgress.State state,
String reason)
Constructs a new shard restore status in with specified state on the given node with specified failure reason
|
Copyright © 2009–2016. All rights reserved.