Uses of Class
org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest.Level
-
Packages that use ClusterHealthRequest.Level Package Description org.elasticsearch.action.admin.cluster.health -
-
Uses of ClusterHealthRequest.Level in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health that return ClusterHealthRequest.Level Modifier and Type Method Description ClusterHealthRequest.LevelClusterHealthRequest. level()Get the level of detail for the health information to be returned.static ClusterHealthRequest.LevelClusterHealthRequest.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterHealthRequest.Level[]ClusterHealthRequest.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.action.admin.cluster.health with parameters of type ClusterHealthRequest.Level Modifier and Type Method Description voidClusterHealthRequest. level(ClusterHealthRequest.Level level)Set the level of detail for the health information to be returned.
-