MCPcopy
hub / github.com/uber/aresdb / DataNodeServiceName

Function DataNodeServiceName

utils/key.go:100–102  ·  view source on GitHub ↗

DataNodeServiceName builds the data node service name

(namespace string)

Source from the content-addressed store, hash-verified

98
99// DataNodeServiceName builds the data node service name
100func DataNodeServiceName(namespace string) string {
101 return path.Join(namespace, AresDataNode)
102}
103
104// BrokerServiceName builds the broker service name
105func BrokerServiceName(namespace string) string {

Callers 6

GetInstanceMethod · 0.92
GetInstancesMethod · 0.92
GetHashMethod · 0.92
readCurrentStateMethod · 0.92
startDataNodeFunction · 0.92
advertiseMethod · 0.92

Calls 1

JoinMethod · 0.65

Tested by

no test coverage detected