struct Elasticsearch::Indices::Stats::Shards

Included Modules

Defined in:

indices.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total : Int64, successful : Int64, failed : Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def failed : Int64 #

[View source]
def successful : Int64 #

[View source]
def total : Int64 #

[View source]