Package org.elasticsearch.index.shard
Class AbstractIndexShardComponent
java.lang.Object
org.elasticsearch.index.shard.AbstractIndexShardComponent
- All Implemented Interfaces:
IndexShardComponent
- Direct Known Subclasses:
IndexShard,ReplicationTracker,ShardBitsetFilterCache,ShardGetService,ShardIndexWarmerService,Store,Translog
public abstract class AbstractIndexShardComponent extends java.lang.Object implements IndexShardComponent
-
Field Summary
Fields Modifier and Type Field Description protected IndexSettingsindexSettingsprotected org.apache.logging.log4j.Loggerloggerprotected ShardIdshardId -
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractIndexShardComponent(ShardId shardId, IndexSettings indexSettings) -
Method Summary
Modifier and Type Method Description IndexSettingsindexSettings()ShardIdshardId()
-
Field Details
-
logger
protected final org.apache.logging.log4j.Logger logger -
shardId
-
indexSettings
-
-
Constructor Details
-
Method Details
-
shardId
- Specified by:
shardIdin interfaceIndexShardComponent
-
indexSettings
- Specified by:
indexSettingsin interfaceIndexShardComponent
-