class
Movie::Cluster::AllocationSnapshot
- Movie::Cluster::AllocationSnapshot
- Reference
- Object
Defined in:
movie/cluster/sharding/strategies.crConstructors
Instance Method Summary
- #allocations : ShardAllocations
- #members : Array(Member)
- #target_allocations : ShardAllocations | Nil
Constructor Detail
def self.new(members : Array(Member), allocations : ShardAllocations, target_allocations : ShardAllocations | Nil = nil)
#