| パッケージ | 説明 |
|---|---|
| org.elasticsearch.cluster |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RestoreInProgress.Entry |
RestoreInProgress.snapshot(SnapshotId snapshotId)
Returns currently running restore process with corresponding snapshot id or null if this snapshot is not being
restored
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<RestoreInProgress.Entry> |
RestoreInProgress.entries()
Returns list of currently running restore processes
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
RestoreInProgress.toXContent(RestoreInProgress.Entry entry,
XContentBuilder builder,
ToXContent.Params params)
Serializes single restore operation
|
| コンストラクタと説明 |
|---|
RestoreInProgress(RestoreInProgress.Entry... entries)
Constructs new restore metadata
|
| コンストラクタと説明 |
|---|
RestoreInProgress(List<RestoreInProgress.Entry> entries)
Constructs new restore metadata
|
Copyright © 2009–2016. All rights reserved.