MCPcopy Create free account
hub / github.com/annmuor/jnode / load

Method load

jnode-core/src/jnode/report/ConnectionStatData.java:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 public List<ConnectionStatDataElement> load() {
45 synchronized (ConnectionStatData.class) {
46 return internalLoad();
47 }
48 }
49
50 public List<ConnectionStatDataElement> loadAndDrop() {
51 synchronized (ConnectionStatData.class) {

Callers 8

testLoadMethod · 0.95
testLoadAndDropMethod · 0.95
testStoreMethod · 0.95
testStore2Method · 0.95
handleMethod · 0.95
getTextMethod · 0.95
JnodeModuleMethod · 0.45
MainHandlerMethod · 0.45

Calls 1

internalLoadMethod · 0.95

Tested by 4

testLoadMethod · 0.76
testLoadAndDropMethod · 0.76
testStoreMethod · 0.76
testStore2Method · 0.76