Package | Description |
---|---|
org.elasticsearch.index.snapshots | |
org.elasticsearch.index.snapshots.blobstore | |
org.elasticsearch.snapshots |
Modifier and Type | Method and Description |
---|---|
IndexShardSnapshotStatus |
IndexShardRepository.snapshotStatus(SnapshotId snapshotId,
ShardId shardId)
Retrieve shard snapshot status for the stored snapshot
|
Modifier and Type | Method and Description |
---|---|
void |
IndexShardSnapshotAndRestoreService.snapshot(SnapshotId snapshotId,
IndexShardSnapshotStatus snapshotStatus)
Creates shard snapshot
|
void |
IndexShardRepository.snapshot(SnapshotId snapshotId,
ShardId shardId,
SnapshotIndexCommit snapshotIndexCommit,
IndexShardSnapshotStatus snapshotStatus)
Creates a snapshot of the shard based on the index commit point.
|
Modifier and Type | Method and Description |
---|---|
IndexShardSnapshotStatus |
BlobStoreIndexShardRepository.snapshotStatus(SnapshotId snapshotId,
ShardId shardId)
Retrieve shard snapshot status for the stored snapshot
|
Modifier and Type | Method and Description |
---|---|
void |
BlobStoreIndexShardRepository.snapshot(SnapshotId snapshotId,
ShardId shardId,
SnapshotIndexCommit snapshotIndexCommit,
IndexShardSnapshotStatus snapshotStatus)
Creates a snapshot of the shard based on the index commit point.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<ShardId,IndexShardSnapshotStatus> |
SnapshotsService.currentSnapshotShards(SnapshotId snapshotId)
Returns status of shards that are snapshotted on the node and belong to the given snapshot
|
com.google.common.collect.ImmutableMap<ShardId,IndexShardSnapshotStatus> |
SnapshotsService.snapshotShards(SnapshotId snapshotId)
Returns status of shards currently finished snapshots
|
Copyright © 2009–2015. All rights reserved.