| Package | Description |
|---|---|
| org.elasticsearch.index.shard | |
| org.elasticsearch.index.translog | |
| org.elasticsearch.indices.recovery |
| Modifier and Type | Method and Description |
|---|---|
int |
TranslogRecoveryPerformer.recoveryFromSnapshot(Engine engine,
Translog.Snapshot snapshot) |
| Modifier and Type | Method and Description |
|---|---|
protected Translog.Snapshot |
TranslogReader.newReaderSnapshot(int totalOperations,
ByteBuffer reusableBuffer) |
Translog.Snapshot |
Translog.newSnapshot()
Snapshots the current transaction log allowing to safely iterate over the snapshot.
|
Translog.Snapshot |
TranslogReader.newSnapshot() |
Translog.Snapshot |
Translog.View.snapshot()
create a snapshot from this view
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecoverySourceHandler.phase2(Translog.Snapshot snapshot)
Perform phase2 of the recovery process
|
protected int |
RecoverySourceHandler.sendSnapshot(Translog.Snapshot snapshot)
Send the given snapshot's operations to this handler's target node.
|
protected int |
SharedFSRecoverySourceHandler.sendSnapshot(Translog.Snapshot snapshot) |
Copyright © 2009–2017. All rights reserved.