Versions in this module Expand all Collapse all v0 v0.1.0 Jun 1, 2016 Changes in this version type Rebalancer + PrepVolume func(*models.Volume) error + Reset func() error v0.0.1 Apr 27, 2016 Changes in this version + type CheckAndSender interface + Check func(ctx context.Context, peer string, refs []agro.BlockRef) ([]bool, error) + PutBlock func(ctx context.Context, peer string, ref agro.BlockRef, data []byte) error + type Rebalancer interface + Tick func() (int, error) + UseVolume func(*models.Volume) error + VersionStart func() int + func NewRebalancer(r Ringer, bs agro.BlockStore, cs CheckAndSender, gc gc.GC) Rebalancer + type Ringer interface + Ring func() agro.Ring + UUID func() string