struct Shodan::HostDataElasticQueryCache

Included Modules

Defined in:

shodan/parsers/host_services/elastic.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def cache_count : Int64 #

[View source]
def cache_count=(cache_count : Int64) #

[View source]
def cache_size : Int64 #

[View source]
def cache_size=(cache_size : Int64) #

[View source]
def evictions : Int64 #

[View source]
def evictions=(evictions : Int64) #

[View source]
def hit_count : Int64 #

[View source]
def hit_count=(hit_count : Int64) #

[View source]
def memory_size_in_bytes : Int64 #

[View source]
def memory_size_in_bytes=(memory_size_in_bytes : Int64) #

[View source]
def miss_count : Int64 #

[View source]
def miss_count=(miss_count : Int64) #

[View source]
def total_count : Int64 #

[View source]
def total_count=(total_count : Int64) #

[View source]