Versions in this module Expand all Collapse all v1 v1.1.4 Jan 1, 2018 Changes in this version + type Network struct + Nodes []*Node + Stopper *stop.Stopper + func NewNetwork(stopper *stop.Stopper, nodeCount int, createResolvers bool) *Network + func (n *Network) CreateNode() (*Node, error) + func (n *Network) GetNodeFromID(nodeID roachpb.NodeID) (*Node, bool) + func (n *Network) IsNetworkConnected() bool + func (n *Network) RunUntilFullyConnected() int + func (n *Network) SimulateNetwork(simCallback func(cycle int, network *Network) bool) + func (n *Network) Start() + func (n *Network) StartNode(node *Node) error + type Node struct + Gossip *gossip.Gossip + Listener net.Listener + Registry *metric.Registry + Resolvers []resolver.Resolver + Server *grpc.Server + func (n *Node) Addr() net.Addr