| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.stats |
| Modifier and Type | Method and Description |
|---|---|
CommonStatsFlags.Flag[] |
CommonStatsFlags.getFlags() |
static CommonStatsFlags.Flag |
CommonStatsFlags.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonStatsFlags.Flag[] |
CommonStatsFlags.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommonStatsFlags.isSet(CommonStatsFlags.Flag flag) |
CommonStatsFlags |
CommonStatsFlags.set(CommonStatsFlags.Flag flag,
boolean add) |
| Constructor and Description |
|---|
CommonStatsFlags(CommonStatsFlags.Flag... flags) |
Copyright © 2009–2017. All rights reserved.