| Interface | Description |
|---|---|
| IndexShardRepository |
Shard-level snapshot repository
IndexShardRepository is used on data node to create snapshots of individual shards.
|
| Class | Description |
|---|---|
| IndexShardSnapshotAndRestoreService |
Shard level snapshot and restore service
Performs snapshot and restore operations on the shard level.
|
| IndexShardSnapshotModule |
This shard-level module configures
IndexShardSnapshotAndRestoreService |
| IndexShardSnapshotStatus |
Represent shard snapshot status
|
| Enum | Description |
|---|---|
| IndexShardSnapshotStatus.Stage |
Snapshot stage
|
| Exception | Description |
|---|---|
| IndexShardRestoreException |
Generic shard restore exception
|
| IndexShardRestoreFailedException |
Thrown when restore of a shard fails
|
| IndexShardSnapshotException |
Generic shard snapshot exception
|
| IndexShardSnapshotFailedException |
Thrown when snapshot process is failed on a shard level
|
Copyright © 2009–2016. All rights reserved.