public abstract class AbstractIndexShardComponent extends Object implements IndexShardComponent
| Modifier and Type | Field and Description |
|---|---|
protected DeprecationLogger |
deprecationLogger |
protected Settings |
indexSettings |
protected ESLogger |
logger |
protected ShardId |
shardId |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIndexShardComponent(ShardId shardId,
Settings indexSettings) |
protected final ESLogger logger
protected final DeprecationLogger deprecationLogger
protected final ShardId shardId
protected final Settings indexSettings
public ShardId shardId()
shardId in interface IndexShardComponentpublic Settings indexSettings()
indexSettings in interface IndexShardComponentpublic String nodeName()
Copyright © 2009–2017. All rights reserved.