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
-
Field Summary
Modifier and TypeFieldDescriptionprotected IndexSettings
protected org.apache.logging.log4j.Logger
protected ShardId
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractIndexShardComponent(ShardId shardId, IndexSettings indexSettings)
-
Method Summary
-
Field Details
-
logger
protected final org.apache.logging.log4j.Logger logger -
shardId
-
indexSettings
-
-
Constructor Details
-
AbstractIndexShardComponent
-
-
Method Details
-
shardId
- Specified by:
shardId
in interfaceIndexShardComponent
-
indexSettings
- Specified by:
indexSettings
in interfaceIndexShardComponent
-