| Package | Description |
|---|---|
| org.elasticsearch.index.shard | |
| org.elasticsearch.index.translog |
| Modifier and Type | Method and Description |
|---|---|
Translog.Durabilty |
IndexShard.getTranslogDurability()
Returns the current translog durability mode
|
| Modifier and Type | Method and Description |
|---|---|
Translog.Durabilty |
TranslogConfig.getDurabilty()
Returns the current durability mode of this translog.
|
static Translog.Durabilty |
Translog.Durabilty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Translog.Durabilty[] |
Translog.Durabilty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranslogConfig.setDurabilty(Translog.Durabilty durabilty)
Sets the current durability mode for the translog.
|
| Constructor and Description |
|---|
TranslogConfig(ShardId shardId,
Path translogPath,
Settings indexSettings,
Translog.Durabilty durabilty,
BigArrays bigArrays,
ThreadPool threadPool)
Creates a new TranslogConfig instance
|
Copyright © 2009–2017. All rights reserved.