Uses of Interface
org.elasticsearch.index.shard.IndexShardComponent
-
-
Uses of IndexShardComponent in org.elasticsearch.index.cache.bitset
Classes in org.elasticsearch.index.cache.bitset that implement IndexShardComponent Modifier and Type Class Description classShardBitsetFilterCache -
Uses of IndexShardComponent in org.elasticsearch.index.get
Classes in org.elasticsearch.index.get that implement IndexShardComponent Modifier and Type Class Description classShardGetService -
Uses of IndexShardComponent in org.elasticsearch.index.seqno
Classes in org.elasticsearch.index.seqno that implement IndexShardComponent Modifier and Type Class Description classReplicationTrackerThis class is responsible for tracking the replication group with its progress and safety markers (local and global checkpoints). -
Uses of IndexShardComponent in org.elasticsearch.index.shard
Classes in org.elasticsearch.index.shard that implement IndexShardComponent Modifier and Type Class Description classAbstractIndexShardComponentclassIndexShard -
Uses of IndexShardComponent in org.elasticsearch.index.store
Classes in org.elasticsearch.index.store that implement IndexShardComponent Modifier and Type Class Description classDirectoryServiceclassStoreA Store provides plain access to files written by an elasticsearch index shard. -
Uses of IndexShardComponent in org.elasticsearch.index.translog
Classes in org.elasticsearch.index.translog that implement IndexShardComponent Modifier and Type Class Description classTranslogA Translog is a per index shard component that records all non-committed index operations in a durable manner. -
Uses of IndexShardComponent in org.elasticsearch.index.warmer
Classes in org.elasticsearch.index.warmer that implement IndexShardComponent Modifier and Type Class Description classShardIndexWarmerService
-