MCPcopy Create free account
hub / github.com/apache/thrift / deleteCounter

Method deleteCounter

contrib/fb303/java/src/FacebookBase.java:53–55  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

51 }
52
53 public void deleteCounter(String key) {
54 counters_.remove(key);
55 }
56
57 public void resetCounter(String key) {
58 counters_.put(key, 0L);

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected