| Package | Description |
|---|---|
| org.elasticsearch.index.translog |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferingTranslogWriter |
class |
ImmutableTranslogReader
a translog reader which is fixed in length
|
class |
LegacyTranslogReader
Deprecated.
|
class |
TranslogWriter |
| Modifier and Type | Method and Description |
|---|---|
TranslogReader |
ImmutableTranslogReader.clone() |
TranslogReader |
TranslogWriter.newReaderFromWriter()
returns a new reader that follows the current writes (most importantly allows making
repeated snapshots that includes new content)
|
| Modifier and Type | Method and Description |
|---|---|
int |
TranslogReader.compareTo(TranslogReader o) |
Copyright © 2009–2017. All rights reserved.