MCPcopy Create free account
hub / github.com/apache/solr / decref

Method decref

solr/core/src/java/org/apache/solr/util/RefCounted.java:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public void decref() {
51 if (refcount.decrementAndGet() == 0) {
52 close();
53 }
54 }
55
56 protected abstract void close();
57}

Callers 15

closeMethod · 0.45
testIndexAndSearchMethod · 0.45
waitForWarmingMethod · 0.45
testRecoveryMethod · 0.45
onStateChangedMethod · 0.45
testMethod · 0.45
runMethod · 0.45
testLiveWriterMethod · 0.45
assertNumSegmentsMethod · 0.45
testGetRealtimeMethod · 0.45

Calls 1

closeMethod · 0.95

Tested by 15

testIndexAndSearchMethod · 0.36
waitForWarmingMethod · 0.36
testRecoveryMethod · 0.36
onStateChangedMethod · 0.36
testMethod · 0.36
runMethod · 0.36
testLiveWriterMethod · 0.36
assertNumSegmentsMethod · 0.36
testGetRealtimeMethod · 0.36