public abstract class AbstractIndexComponent extends Object implements IndexComponent
| Modifier and Type | Field and Description |
|---|---|
protected DeprecationLogger |
deprecationLogger |
protected Index |
index |
protected Settings |
indexSettings |
protected ESLogger |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIndexComponent(Index index,
Settings indexSettings)
Constructs a new index component, with the index name and its settings.
|
protected final ESLogger logger
protected final DeprecationLogger deprecationLogger
protected final Index index
protected final Settings indexSettings
public Index index()
index in interface IndexComponentpublic Settings indexSettings()
Copyright © 2009–2017. All rights reserved.