| Package | Description |
|---|---|
| org.elasticsearch.index.engine | |
| org.elasticsearch.index.translog |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InternalEngine.recoverFromTranslog(EngineConfig engineConfig,
Translog.TranslogGeneration translogGeneration) |
| Modifier and Type | Method and Description |
|---|---|
Translog.TranslogGeneration |
Translog.getGeneration()
Returns the current generation of this translog.
|
Translog.TranslogGeneration |
TranslogConfig.getTranslogGeneration()
Returns the translog generation to open.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Translog.isCurrent(Translog.TranslogGeneration generation)
Returns
true iff the given generation is the current gbeneration of this translog |
void |
TranslogConfig.setTranslogGeneration(Translog.TranslogGeneration translogGeneration)
Set the generation to be opened.
|
Copyright © 2009–2017. All rights reserved.