struct Elasticsearch::Indices::Stats::Merges

Included Modules

Defined in:

indices.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def current : Int64 #

[View source]
def current_docs : Int64 #

[View source]
def current_size_in_bytes : Size #

[View source]
def total : Int64 #

[View source]
def total_auto_throttle_in_bytes : Size #

[View source]
def total_docs : Int64 #

[View source]
def total_size_in_bytes : Size #

[View source]
def total_stopped_time : Time::Span #

def total_throttled_time : Time::Span #

def total_time : Time::Span #