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