| パッケージ | 説明 |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.snapshots |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SnapshotsInProgress.Entry |
SnapshotsInProgress.snapshot(SnapshotId snapshotId) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<SnapshotsInProgress.Entry> |
SnapshotsInProgress.entries() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
SnapshotsInProgress.toXContent(SnapshotsInProgress.Entry entry,
XContentBuilder builder,
ToXContent.Params params) |
| コンストラクタと説明 |
|---|
Entry(SnapshotsInProgress.Entry entry,
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
Entry(SnapshotsInProgress.Entry entry,
SnapshotsInProgress.State state,
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
SnapshotsInProgress(SnapshotsInProgress.Entry... entries) |
| コンストラクタと説明 |
|---|
SnapshotsInProgress(List<SnapshotsInProgress.Entry> entries) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<SnapshotsInProgress.Entry> |
SnapshotsService.currentSnapshots(String repository,
String[] snapshots)
Returns status of the currently running snapshots
This method is executed on master node
|
Copyright © 2009–2016. All rights reserved.