| パッケージ | 説明 |
|---|---|
| org.elasticsearch.action.admin.cluster.snapshots.status | |
| org.elasticsearch.cluster |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SnapshotsInProgress.State |
SnapshotStatus.getState()
Returns snapshot state
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static SnapshotsInProgress.State |
SnapshotsInProgress.State.fromValue(byte value) |
SnapshotsInProgress.State |
SnapshotsInProgress.Entry.state() |
SnapshotsInProgress.State |
SnapshotsInProgress.ShardSnapshotStatus.state() |
static SnapshotsInProgress.State |
SnapshotsInProgress.State.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static SnapshotsInProgress.State[] |
SnapshotsInProgress.State.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| コンストラクタと説明 |
|---|
Entry(SnapshotId snapshotId,
boolean includeGlobalState,
SnapshotsInProgress.State state,
List<String> indices,
long startTime,
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) |
ShardSnapshotStatus(String nodeId,
SnapshotsInProgress.State state) |
ShardSnapshotStatus(String nodeId,
SnapshotsInProgress.State state,
String reason) |
Copyright © 2009–2016. All rights reserved.