go.etcd.io/bbolt.TxStats.Rebalance (field)

8 uses

	go.etcd.io/bbolt (current package)
		node.go#L412: 	n.bucket.tx.stats.Rebalance++
		tx.go#L154: 	if tx.stats.Rebalance > 0 {
		tx.go#L678: 	Rebalance     int           // number of node rebalances
		tx.go#L697: 	s.Rebalance += other.Rebalance
		tx.go#L716: 	diff.Rebalance = s.Rebalance - other.Rebalance