class Cluster::WorkerData

Defined in:

cluster/worker_data.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(env : String, shard_id : Int32, shard_num : Int32, log : String) #

[View source]

Instance Method Detail

def env : String #

[View source]
def log : String #

[View source]
def pid : Int64 | Nil #

[View source]
def process : Process | Nil #

[View source]
def process=(process : Process | Nil) #

[View source]
def shard_id : Int32 #

[View source]
def shard_num : Int32 #

[View source]