struct Presto::ServerInfo

Included Modules

Defined in:

presto/server_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def coordinator : Bool #

[View source]
def coordinator=(coordinator : Bool) #

[View source]
def environment : String #

[View source]
def environment=(environment : String) #

[View source]
def node_version : NodeVersion #

[View source]
def node_version=(node_version : NodeVersion) #

[View source]
def starting : Bool #

[View source]
def starting=(starting : Bool) #

[View source]
def uptime : String | Nil #

[View source]
def uptime=(uptime : String | Nil) #

[View source]