| Package | Description |
|---|---|
| org.elasticsearch.cluster.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoriesMetaData
Contains metadata about registered snapshot repositories
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,MetaData.Custom> |
MetaData.customPrototypes |
| Modifier and Type | Method and Description |
|---|---|
<T extends MetaData.Custom> |
MetaData.custom(String type) |
static <T extends MetaData.Custom> |
MetaData.lookupPrototype(String type) |
static <T extends MetaData.Custom> |
MetaData.lookupPrototypeSafe(String type) |
| Modifier and Type | Method and Description |
|---|---|
MetaData.Custom |
MetaData.Custom.fromXContent(XContentParser parser) |
MetaData.Custom |
MetaData.Builder.getCustom(String type) |
MetaData.Custom |
RepositoriesMetaData.readFrom(StreamInput in)
Reads a copy of an object with the same type form the stream input
The caller object remains unchanged.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,MetaData.Custom> |
MetaData.customs() |
ImmutableOpenMap<String,MetaData.Custom> |
MetaData.getCustoms() |
| Modifier and Type | Method and Description |
|---|---|
MetaData.Builder |
MetaData.Builder.putCustom(String type,
MetaData.Custom custom) |
static void |
MetaData.registerPrototype(String type,
MetaData.Custom proto)
Register a custom index meta data factory.
|
| Modifier and Type | Method and Description |
|---|---|
MetaData.Builder |
MetaData.Builder.customs(ImmutableOpenMap<String,MetaData.Custom> customs) |
Copyright © 2009–2017. All rights reserved.