class Volgen::DistributeGroup

Included Modules

Defined in:

volgen.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def arbiter_count : Int32 #

[View source]
def arbiter_count=(arbiter_count : Int32) #

[View source]
def redundancy_count : Int32 #

[View source]
def redundancy_count=(redundancy_count : Int32) #

[View source]
def replica_count : Int32 #

[View source]
def replica_count=(replica_count : Int32) #

[View source]
def storage_units : Array(Volgen::StorageUnit) #

[View source]
def storage_units=(storage_units : Array(Volgen::StorageUnit)) #

[View source]
def type : String #

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

[View source]