struct Movie::Cluster::ShardingPlanState

Defined in:

movie/cluster/sharding/extension.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(allocations : ShardAllocations, coordinator : UniqueAddress, generation : Int64) #

[View source]

Instance Method Detail

def allocations : ShardAllocations #

def clone #

[View source]
def coordinator : UniqueAddress #

def copy_with(allocations _allocations = @allocations, coordinator _coordinator = @coordinator, generation _generation = @generation) #

[View source]
def generation : Int64 #