Uses of Class
org.elasticsearch.cluster.health.ClusterIndexHealth
-
Packages that use ClusterIndexHealth Package Description org.elasticsearch.action.admin.cluster.health org.elasticsearch.cluster.health -
-
Uses of ClusterIndexHealth in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health that return types with arguments of type ClusterIndexHealth Modifier and Type Method Description Map<String,ClusterIndexHealth>ClusterHealthResponse. getIndices() -
Uses of ClusterIndexHealth in org.elasticsearch.cluster.health
Methods in org.elasticsearch.cluster.health that return ClusterIndexHealth Modifier and Type Method Description static ClusterIndexHealthClusterIndexHealth. fromXContent(XContentParser parser)static ClusterIndexHealthClusterIndexHealth. innerFromXContent(XContentParser parser, String index)Methods in org.elasticsearch.cluster.health that return types with arguments of type ClusterIndexHealth Modifier and Type Method Description Map<String,ClusterIndexHealth>ClusterStateHealth. getIndices()Iterator<ClusterIndexHealth>ClusterStateHealth. iterator()Constructor parameters in org.elasticsearch.cluster.health with type arguments of type ClusterIndexHealth Constructor Description ClusterStateHealth(int activePrimaryShards, int activeShards, int relocatingShards, int initializingShards, int unassignedShards, int numberOfNodes, int numberOfDataNodes, double activeShardsPercent, ClusterHealthStatus status, Map<String,ClusterIndexHealth> indices)For ClusterHealthResponse's XContent Parser
-