Modifier and Type | Method and Description |
---|---|
SnapshotIndexCommit |
SnapshotDeletionPolicy.snapshot()
Returns a snapshot of the index (for the last commit point).
|
Modifier and Type | Method and Description |
---|---|
Iterator<SnapshotIndexCommit> |
SnapshotIndexCommits.iterator() |
Constructor and Description |
---|
SnapshotIndexCommits(List<SnapshotIndexCommit> commits) |
Modifier and Type | Method and Description |
---|---|
SnapshotIndexCommit |
InternalEngine.snapshotIndex() |
SnapshotIndexCommit |
ShadowEngine.snapshotIndex() |
abstract SnapshotIndexCommit |
Engine.snapshotIndex()
Snapshots the index and returns a handle to it.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.RecoveryHandler.phase1(SnapshotIndexCommit snapshot) |
Modifier and Type | Method and Description |
---|---|
SnapshotIndexCommit |
IndexShard.snapshotIndex() |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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 |
---|---|
void |
RecoverySourceHandler.phase1(SnapshotIndexCommit snapshot)
Perform phase1 of the recovery operations.
|
void |
SharedFSRecoverySourceHandler.phase1(SnapshotIndexCommit snapshot) |
Copyright © 2009–2015. All rights reserved.