MCPcopy Create free account
hub / github.com/apache/sirona / get

Method get

api/src/main/java/org/apache/sirona/counters/Unit.java:108–110  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

106
107
108 public static Unit get(String name) {
109 return UNITS.get(name);
110 }
111
112 /**
113 * Constructor for a primary unit

Callers 15

counterDetailMethod · 0.95
timeUnitMethod · 0.95
allMethod · 0.95
findMethod · 0.95
getCountersMethod · 0.95
keyToRoleMethod · 0.95
roleMethod · 0.95
onMessageMethod · 0.95
onMessageMethod · 0.95
gaugeStoreMethod · 0.45
pushCountersByBatchMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by 15

gaugeStoreMethod · 0.36
pushCountersByBatchMethod · 0.36
clearMethod · 0.36
counterStoreMethod · 0.36
addToGaugesWithMarkerMethod · 0.36
getAggregatedGaugesMethod · 0.36
checkPersistenceMethod · 0.36
retrieveAllMethod · 0.36
statusesMethod · 0.36
channelRead0Method · 0.36
collectStatusMethod · 0.36