Package | Description |
---|---|
org.elasticsearch.index.engine | |
org.elasticsearch.index.shard | |
org.elasticsearch.indices.recovery |
Modifier and Type | Method and Description |
---|---|
void |
InternalEngine.recover(Engine.RecoveryHandler recoveryHandler) |
void |
ShadowEngine.recover(Engine.RecoveryHandler recoveryHandler) |
abstract void |
Engine.recover(Engine.RecoveryHandler recoveryHandler) |
void |
SharedFSEngine.recover(Engine.RecoveryHandler recoveryHandler) |
Modifier and Type | Method and Description |
---|---|
void |
IndexShard.recover(Engine.RecoveryHandler recoveryHandler) |
Modifier and Type | Class and Description |
---|---|
class |
RecoverySourceHandler
RecoverySourceHandler handles the three phases of shard recovery, which is
everything relating to copying the segment files as well as sending translog
operations across the wire once the segments have been copied.
|
class |
SharedFSRecoverySourceHandler
A recovery handler that skips phase 1 as well as sending the snapshot.
|
Copyright © 2009–2015. All rights reserved.