Package | Description |
---|---|
org.elasticsearch.cluster.metadata | |
org.elasticsearch.search.warmer |
Modifier and Type | Field and Description |
---|---|
static Map<String,IndexMetaData.Custom.Factory> |
IndexMetaData.customFactories |
Modifier and Type | Method and Description |
---|---|
static <T extends IndexMetaData.Custom> |
IndexMetaData.lookupFactory(String type) |
static <T extends IndexMetaData.Custom> |
IndexMetaData.lookupFactorySafe(String type) |
Modifier and Type | Method and Description |
---|---|
static void |
IndexMetaData.registerFactory(String type,
IndexMetaData.Custom.Factory factory)
Register a custom index meta data factory.
|
Modifier and Type | Class and Description |
---|---|
static class |
IndexWarmersMetaData.Factory |
Copyright © 2009–2015. All rights reserved.