Package | Description |
---|---|
org.elasticsearch.index.translog | |
org.elasticsearch.index.translog.fs |
Modifier and Type | Class and Description |
---|---|
class |
ChecksummedTranslogStream
Version 1 of the translog file format.
|
class |
LegacyTranslogStream
Version 0 of the translog format, there is no header in this file
|
Modifier and Type | Field and Description |
---|---|
static TranslogStream |
TranslogStreams.CHECKSUMMED_TRANSLOG_STREAM
V1, header, with per-op checksums
|
static TranslogStream |
TranslogStreams.LATEST |
static TranslogStream |
TranslogStreams.LEGACY_TRANSLOG_STREAM
V0, no header, no checksums
|
Modifier and Type | Method and Description |
---|---|
static TranslogStream |
TranslogStreams.translogStreamFor(File translogFile)
Given a file, return a VersionedTranslogStream based on an
optionally-existing header in the file.
|
Modifier and Type | Method and Description |
---|---|
TranslogStream |
BufferingFsTranslogFile.getStream() |
TranslogStream |
SimpleFsTranslogFile.getStream() |
TranslogStream |
FsTranslogFile.getStream() |
Copyright © 2009–2015. All rights reserved.