public abstract class AbstractIndexShardComponent extends java.lang.Object implements IndexShardComponent
| Modifier and Type | Field and Description |
|---|---|
protected DeprecationLogger |
deprecationLogger |
protected IndexSettings |
indexSettings |
protected org.apache.logging.log4j.Logger |
logger |
protected ShardId |
shardId |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIndexShardComponent(ShardId shardId,
IndexSettings indexSettings) |
| Modifier and Type | Method and 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()