| Package | Description |
|---|---|
| org.elasticsearch.cluster.metadata |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<MetaData.XContentContext> |
MetaData.API_AND_GATEWAY |
static EnumSet<MetaData.XContentContext> |
MetaData.API_AND_SNAPSHOT |
static EnumSet<MetaData.XContentContext> |
MetaData.API_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static MetaData.XContentContext |
MetaData.XContentContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaData.XContentContext[] |
MetaData.XContentContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<MetaData.XContentContext> |
RepositoriesMetaData.context() |
EnumSet<MetaData.XContentContext> |
MetaData.Custom.context() |
Copyright © 2009–2017. All rights reserved.