Uses of Interface
org.elasticsearch.index.translog.Translog

Packages that use Translog
org.elasticsearch.index.engine.robin   
org.elasticsearch.index.shard   
org.elasticsearch.index.shard.service   
org.elasticsearch.index.translog   
org.elasticsearch.index.translog.fs   
 

Uses of Translog in org.elasticsearch.index.engine.robin
 

Constructors in org.elasticsearch.index.engine.robin with parameters of type Translog
RobinEngine(ShardId shardId, Settings indexSettings, ThreadPool threadPool, IndexSettingsService indexSettingsService, ShardIndexingService indexingService, IndicesWarmer warmer, Store store, SnapshotDeletionPolicy deletionPolicy, Translog translog, MergePolicyProvider mergePolicyProvider, MergeSchedulerProvider mergeScheduler, AnalysisService analysisService, SimilarityService similarityService, BloomCache bloomCache)
           
 

Uses of Translog in org.elasticsearch.index.shard
 

Constructors in org.elasticsearch.index.shard with parameters of type Translog
IndexShardManagement(ShardId shardId, Settings indexSettings, JmxService jmxService, IndexShard indexShard, Store store, Translog translog)
           
 

Uses of Translog in org.elasticsearch.index.shard.service
 

Methods in org.elasticsearch.index.shard.service that return Translog
 Translog InternalIndexShard.translog()
           
 

Constructors in org.elasticsearch.index.shard.service with parameters of type Translog
InternalIndexShard(ShardId shardId, Settings indexSettings, IndexSettingsService indexSettingsService, IndicesLifecycle indicesLifecycle, Store store, Engine engine, MergeSchedulerProvider mergeScheduler, Translog translog, ThreadPool threadPool, MapperService mapperService, IndexQueryParserService queryParserService, IndexCache indexCache, IndexAliasesService indexAliasesService, ShardIndexingService indexingService, ShardGetService getService, ShardSearchService searchService, ShardIndexWarmerService shardWarmerService)
           
 

Uses of Translog in org.elasticsearch.index.translog
 

Constructors in org.elasticsearch.index.translog with parameters of type Translog
TranslogService(ShardId shardId, Settings indexSettings, IndexSettingsService indexSettingsService, ThreadPool threadPool, IndexShard indexShard, Translog translog)
           
 

Uses of Translog in org.elasticsearch.index.translog.fs
 

Classes in org.elasticsearch.index.translog.fs that implement Translog
 class FsTranslog
           
 



Copyright © 2009-2012. All Rights Reserved.