Uses of Class
org.elasticsearch.index.translog.Translog.Durability
-
Packages that use Translog.Durability Package Description org.elasticsearch.index org.elasticsearch.index.shard org.elasticsearch.index.translog -
-
Uses of Translog.Durability in org.elasticsearch.index
Fields in org.elasticsearch.index with type parameters of type Translog.Durability Modifier and Type Field Description static Setting<Translog.Durability>IndexSettings. INDEX_TRANSLOG_DURABILITY_SETTINGMethods in org.elasticsearch.index that return Translog.Durability Modifier and Type Method Description Translog.DurabilityIndexSettings. getTranslogDurability()Returns the translog durability for this index. -
Uses of Translog.Durability in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return Translog.Durability Modifier and Type Method Description Translog.DurabilityIndexShard. getTranslogDurability()Returns the current translog durability mode -
Uses of Translog.Durability in org.elasticsearch.index.translog
Methods in org.elasticsearch.index.translog that return Translog.Durability Modifier and Type Method Description static Translog.DurabilityTranslog.Durability. valueOf(String name)Returns the enum constant of this type with the specified name.static Translog.Durability[]Translog.Durability. values()Returns an array containing the constants of this enum type, in the order they are declared.
-