Package | Description |
---|---|
org.elasticsearch.index.translog | |
org.elasticsearch.index.translog.fs |
Modifier and Type | Method and Description |
---|---|
Translog.Location |
Translog.add(Translog.Operation operation)
Adds a create operation to the transaction log.
|
Modifier and Type | Method and Description |
---|---|
Translog.Operation |
Translog.read(Translog.Location location) |
Modifier and Type | Method and Description |
---|---|
Translog.Location |
BufferingFsTranslogFile.add(BytesReference data) |
Translog.Location |
SimpleFsTranslogFile.add(BytesReference data) |
Translog.Location |
FsTranslogFile.add(BytesReference data) |
Translog.Location |
FsTranslog.add(Translog.Operation operation) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BufferingFsTranslogFile.read(Translog.Location location) |
byte[] |
SimpleFsTranslogFile.read(Translog.Location location) |
Translog.Operation |
FsTranslog.read(Translog.Location location)
Read the Operation object from the given location, returns null if the
Operation could not be read.
|
byte[] |
FsTranslogFile.read(Translog.Location location) |
Copyright © 2009–2015. All rights reserved.