class Elasticsearch::Model::ClusterState
Public Instance Methods
count_unassigned_shards()
click to toggle source
# File lib/elasticsearch/model/state.rb, line 40 def count_unassigned_shards unassigned_shards.length end