Uses of Class
org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
Packages that use GetIndexRequest.Feature Package Description org.elasticsearch.action.admin.indices.get -
-
Uses of GetIndexRequest.Feature in org.elasticsearch.action.admin.indices.get
Methods in org.elasticsearch.action.admin.indices.get that return GetIndexRequest.Feature Modifier and Type Method Description GetIndexRequest.Feature[]GetIndexRequest. features()static GetIndexRequest.FeatureGetIndexRequest.Feature. fromId(byte id)static GetIndexRequest.FeatureGetIndexRequest.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.Methods in org.elasticsearch.action.admin.indices.get with parameters of type GetIndexRequest.Feature Modifier and Type Method Description GetIndexRequestGetIndexRequest. addFeatures(GetIndexRequest.Feature... features)GetIndexRequestBuilderGetIndexRequestBuilder. addFeatures(GetIndexRequest.Feature... features)GetIndexRequestGetIndexRequest. features(GetIndexRequest.Feature... features)GetIndexRequestBuilderGetIndexRequestBuilder. setFeatures(GetIndexRequest.Feature... features)
-