| Package | Description |
|---|---|
| org.elasticsearch.action.support.replication | |
| org.elasticsearch.index.engine | |
| org.elasticsearch.index.shard | |
| org.elasticsearch.index.translog |
| Modifier and Type | Field and Description |
|---|---|
Translog.Location |
TransportReplicationAction.WriteResult.location |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportReplicationAction.processAfterWrite(boolean refresh,
IndexShard indexShard,
Translog.Location location) |
| Constructor and Description |
|---|
TransportReplicationAction.WriteResult(T response,
Translog.Location location) |
| Modifier and Type | Method and Description |
|---|---|
Translog.Location |
Engine.IndexingOperation.getTranslogLocation() |
Translog.Location |
Engine.Delete.getTranslogLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.IndexingOperation.setTranslogLocation(Translog.Location location) |
void |
Engine.Delete.setTranslogLocation(Translog.Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexShard.sync(Translog.Location location)
Syncs the given location with the underlying storage unless already synced.
|
| Modifier and Type | Method and Description |
|---|---|
Translog.Location |
TranslogWriter.add(BytesReference data)
add the given bytes to the translog and return the location they were written at
|
Translog.Location |
BufferingTranslogWriter.add(BytesReference data) |
Translog.Location |
Translog.add(Translog.Operation operation)
Adds a created / delete / index operations to the transaction log.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Translog.Location.compareTo(Translog.Location o) |
boolean |
Translog.ensureSynced(Translog.Location location)
Ensures that the given location has be synced / written to the underlying storage.
|
Translog.Operation |
Translog.read(Translog.Location location)
Read the Operation object from the given location.
|
Translog.Operation |
TranslogReader.read(Translog.Location location) |
Copyright © 2009–2017. All rights reserved.