MCPcopy Create free account
hub / github.com/dadgar/onecache / Start

Method Start

onecache/onecache.go:115–118  ·  view source on GitHub ↗

Start starts handling connections from other rings in the cluster as well as clients.

()

Source from the content-addressed store, hash-verified

113// Start starts handling connections from other rings in the cluster as well as
114// clients.
115func (n *Node) Start() {
116 go n.serfEventHandler()
117 go n.listen()
118}
119
120// configValidator ensures that the configuration is valid and returns an error
121// if it is not.

Callers 3

mainFunction · 0.80
defaultTestNodeFunction · 0.80
buildConnectedNodesFunction · 0.80

Calls 2

serfEventHandlerMethod · 0.95
listenMethod · 0.95

Tested by

no test coverage detected