Package | Description |
---|---|
org.elasticsearch.cluster.node |
Modifier and Type | Method and Description |
---|---|
static DiscoveryNodeFilters.OpType |
DiscoveryNodeFilters.OpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryNodeFilters.OpType[] |
DiscoveryNodeFilters.OpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DiscoveryNodeFilters |
DiscoveryNodeFilters.buildFromKeyValue(DiscoveryNodeFilters.OpType opType,
Map<String,String> filters) |
static DiscoveryNodeFilters |
DiscoveryNodeFilters.buildFromSettings(DiscoveryNodeFilters.OpType opType,
String prefix,
Settings settings) |
Copyright © 2009–2015. All rights reserved.