Uses of Class
org.elasticsearch.index.translog.TranslogConfig
-
Packages that use TranslogConfig Package Description org.elasticsearch.index.engine org.elasticsearch.index.translog -
-
Uses of TranslogConfig in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return TranslogConfig Modifier and Type Method Description TranslogConfigEngineConfig. getTranslogConfig()Returns the translog config for this engineConstructors in org.elasticsearch.index.engine with parameters of type TranslogConfig Constructor Description EngineConfig(ShardId shardId, String allocationId, ThreadPool threadPool, IndexSettings indexSettings, Engine.Warmer warmer, Store store, MergePolicy mergePolicy, Analyzer analyzer, Similarity similarity, CodecService codecService, Engine.EventListener eventListener, QueryCache queryCache, QueryCachingPolicy queryCachingPolicy, TranslogConfig translogConfig, TimeValue flushMergesAfter, List<ReferenceManager.RefreshListener> externalRefreshListener, List<ReferenceManager.RefreshListener> internalRefreshListener, Sort indexSort, CircuitBreakerService circuitBreakerService, LongSupplier globalCheckpointSupplier, Supplier<RetentionLeases> retentionLeasesSupplier, LongSupplier primaryTermSupplier, EngineConfig.TombstoneDocSupplier tombstoneDocSupplier)Creates a newEngineConfig -
Uses of TranslogConfig in org.elasticsearch.index.translog
Methods in org.elasticsearch.index.translog that return TranslogConfig Modifier and Type Method Description TranslogConfigTranslog. getConfig()Constructors in org.elasticsearch.index.translog with parameters of type TranslogConfig Constructor Description Translog(TranslogConfig config, String translogUUID, TranslogDeletionPolicy deletionPolicy, LongSupplier globalCheckpointSupplier, LongSupplier primaryTermSupplier, LongConsumer persistedSequenceNumberConsumer)Creates a new Translog instance.
-