Package | Description |
---|---|
org.elasticsearch.cluster.metadata |
Modifier and Type | Class and Description |
---|---|
static class |
MetaData.Custom.Factory<T extends MetaData.Custom> |
Modifier and Type | Class and Description |
---|---|
class |
RepositoriesMetaData
Contains metadata about registered snapshot repositories
|
class |
RestoreMetaData
Meta data about restore processes that are currently executing
|
class |
SnapshotMetaData
Meta data about snapshots that are currently executing
|
Modifier and Type | Method and Description |
---|---|
<T extends MetaData.Custom> |
MetaData.custom(String type) |
static <T extends MetaData.Custom> |
MetaData.lookupFactory(String type) |
static <T extends MetaData.Custom> |
MetaData.lookupFactorySafe(String type) |
Modifier and Type | Method and Description |
---|---|
MetaData.Custom |
MetaData.Builder.getCustom(String type) |
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) |
Copyright © 2009–2015. All rights reserved.