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