MCPcopy Create free account
hub / github.com/apache/tomcat / getCount

Method getCount

java/org/apache/tomcat/util/threads/LimitLatch.java:90–92  ·  view source on GitHub ↗

Returns the current count for the latch @return the current count for latch

()

Source from the content-addressed store, hash-verified

88 * @return the current count for latch
89 */
90 public long getCount() {
91 return count.get();
92 }
93
94 /**
95 * Obtain the current limit.

Callers 3

countUpOrAwaitMethod · 0.95
countDownMethod · 0.95
getConnectionCountMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected