IndexShardComponentDirectoryService, GlobalCheckpointTracker, IndexShard, ShardBitsetFilterCache, ShardGetService, ShardIndexWarmerService, Store, Translogpublic abstract class AbstractIndexShardComponent extends java.lang.Object implements IndexShardComponent
| Modifier and Type | Field | Description |
|---|---|---|
protected DeprecationLogger |
deprecationLogger |
|
protected IndexSettings |
indexSettings |
|
protected org.apache.logging.log4j.Logger |
logger |
|
protected ShardId |
shardId |
| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractIndexShardComponent(ShardId shardId,
IndexSettings indexSettings) |
| Modifier and Type | Method | Description |
|---|---|---|
IndexSettings |
indexSettings() |
|
java.lang.String |
nodeName() |
|
ShardId |
shardId() |
protected final org.apache.logging.log4j.Logger logger
protected final DeprecationLogger deprecationLogger
protected final ShardId shardId
protected final IndexSettings indexSettings
protected AbstractIndexShardComponent(ShardId shardId, IndexSettings indexSettings)
public ShardId shardId()
shardId in interface IndexShardComponentpublic IndexSettings indexSettings()
indexSettings in interface IndexShardComponentpublic java.lang.String nodeName()