Package | Description |
---|---|
org.elasticsearch.action.admin.indices.get |
Modifier and Type | Method and Description |
---|---|
static GetIndexRequest.Feature[] |
GetIndexRequest.Feature.convertToFeatures(String... featureNames) |
GetIndexRequest.Feature[] |
GetIndexRequest.featuresAsEnums() |
static GetIndexRequest.Feature |
GetIndexRequest.Feature.fromId(byte id) |
static GetIndexRequest.Feature |
GetIndexRequest.Feature.fromName(String name) |
static GetIndexRequest.Feature |
GetIndexRequest.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetIndexRequest.Feature[] |
GetIndexRequest.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GetIndexRequestBuilder |
GetIndexRequestBuilder.addFeatures(GetIndexRequest.Feature... features) |
GetIndexRequest |
GetIndexRequest.addFeatures(GetIndexRequest.Feature... features) |
GetIndexRequest |
GetIndexRequest.features(GetIndexRequest.Feature... features) |
GetIndexRequestBuilder |
GetIndexRequestBuilder.setFeatures(GetIndexRequest.Feature... features) |
Copyright © 2009–2015. All rights reserved.