| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.snapshots | |
| org.elasticsearch.index.snapshots.blobstore | |
| org.elasticsearch.snapshots |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexShardSnapshotStatus |
IndexShardRepository.snapshotStatus(SnapshotId snapshotId,
Version version,
ShardId shardId)
Retrieve shard snapshot status for the stored snapshot
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
IndexShardRepository.snapshot(SnapshotId snapshotId,
ShardId shardId,
SnapshotIndexCommit snapshotIndexCommit,
IndexShardSnapshotStatus snapshotStatus)
Creates a snapshot of the shard based on the index commit point.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexShardSnapshotStatus |
BlobStoreIndexShardRepository.snapshotStatus(SnapshotId snapshotId,
Version version,
ShardId shardId)
Retrieve shard snapshot status for the stored snapshot
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
BlobStoreIndexShardRepository.snapshot(SnapshotId snapshotId,
ShardId shardId,
SnapshotIndexCommit snapshotIndexCommit,
IndexShardSnapshotStatus snapshotStatus)
Creates a snapshot of the shard based on the index commit point.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<ShardId,IndexShardSnapshotStatus> |
SnapshotShardsService.currentSnapshotShards(SnapshotId snapshotId)
Returns status of shards that are snapshotted on the node and belong to the given snapshot
This method is executed on data node
|
com.google.common.collect.ImmutableMap<ShardId,IndexShardSnapshotStatus> |
SnapshotsService.snapshotShards(SnapshotId snapshotId)
Returns status of shards currently finished snapshots
This method is executed on master node and it's complimentary to the
SnapshotShardsService.currentSnapshotShards(SnapshotId) because it
returns similar information but for already finished snapshots. |
Copyright © 2009–2016. All rights reserved.