Uses of Class
org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus

Packages that use ClusterHealthStatus
org.elasticsearch.action.admin.cluster.health   
 

Uses of ClusterHealthStatus in org.elasticsearch.action.admin.cluster.health
 

Methods in org.elasticsearch.action.admin.cluster.health that return ClusterHealthStatus
static ClusterHealthStatus ClusterHealthStatus.fromValue(byte value)
           
 ClusterHealthStatus ClusterShardHealth.getStatus()
           
 ClusterHealthStatus ClusterIndexHealth.getStatus()
           
 ClusterHealthStatus ClusterHealthResponse.getStatus()
           
 ClusterHealthStatus ClusterShardHealth.status()
           
 ClusterHealthStatus ClusterIndexHealth.status()
           
 ClusterHealthStatus ClusterHealthResponse.status()
           
static ClusterHealthStatus ClusterHealthStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClusterHealthStatus[] ClusterHealthStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 ClusterHealthStatus ClusterHealthRequest.waitForStatus()
           
 

Methods in org.elasticsearch.action.admin.cluster.health with parameters of type ClusterHealthStatus
 ClusterHealthRequestBuilder ClusterHealthRequestBuilder.setWaitForStatus(ClusterHealthStatus waitForStatus)
           
 ClusterHealthRequest ClusterHealthRequest.waitForStatus(ClusterHealthStatus waitForStatus)
           
 



Copyright © 2009-2012. All Rights Reserved.