| Package | Description |
|---|---|
| org.elasticsearch.index.translog | |
| org.elasticsearch.indices.recovery |
| Modifier and Type | Field and Description |
|---|---|
static Translog.View |
Translog.View.EMPTY_VIEW |
| Modifier and Type | Method and Description |
|---|---|
Translog.View |
Translog.newView()
Returns a view into the current translog that is guaranteed to retain all current operations
while receiving future ones as well
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecoverySourceHandler.phase1(SnapshotIndexCommit snapshot,
Translog.View translogView)
Perform phase1 of the recovery operations.
|
protected void |
RecoverySourceHandler.prepareTargetForTranslog(Translog.View translogView) |
Copyright © 2009–2017. All rights reserved.