|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.elasticsearch.index.AbstractIndexComponent
public abstract class AbstractIndexComponent
Field Summary | |
---|---|
protected Settings |
componentSettings
|
protected Index |
index
|
protected Settings |
indexSettings
|
protected ESLogger |
logger
|
Constructor Summary | |
---|---|
protected |
AbstractIndexComponent(Index index,
Settings indexSettings)
Constructs a new index component, with the index name and its settings. |
protected |
AbstractIndexComponent(Index index,
Settings indexSettings,
java.lang.String prefixSettings)
Constructs a new index component, with the index name and its settings, as well as settings prefix. |
Method Summary | |
---|---|
Index |
index()
|
java.lang.String |
nodeName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final ESLogger logger
protected final Index index
protected final Settings indexSettings
protected final Settings componentSettings
Constructor Detail |
---|
protected AbstractIndexComponent(Index index, @IndexSettings Settings indexSettings)
index
- The index nameindexSettings
- The index settingsprotected AbstractIndexComponent(Index index, @IndexSettings Settings indexSettings, java.lang.String prefixSettings)
index
- The index nameindexSettings
- The index settingsprefixSettings
- A settings prefix (like "com.mycompany") to simplify extracting the component settingsMethod Detail |
---|
public Index index()
index
in interface IndexComponent
public java.lang.String nodeName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |