Uses of Class
org.elasticsearch.cluster.health.ClusterShardHealth
-
Packages that use ClusterShardHealth Package Description org.elasticsearch.cluster.health -
-
Uses of ClusterShardHealth in org.elasticsearch.cluster.health
Fields in org.elasticsearch.cluster.health with type parameters of type ClusterShardHealth Modifier and Type Field Description static ConstructingObjectParser<ClusterShardHealth,Integer>ClusterShardHealth. PARSERstatic ObjectParser.NamedObjectParser<ClusterShardHealth,String>ClusterIndexHealth. SHARD_PARSERMethods in org.elasticsearch.cluster.health that return ClusterShardHealth Modifier and Type Method Description static ClusterShardHealthClusterShardHealth. fromXContent(XContentParser parser)Methods in org.elasticsearch.cluster.health that return types with arguments of type ClusterShardHealth Modifier and Type Method Description Map<Integer,ClusterShardHealth>ClusterIndexHealth. getShards()Iterator<ClusterShardHealth>ClusterIndexHealth. iterator()
-