Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
close
Method · 0.45
testIndexAndSearch
Method · 0.45
waitForWarming
Method · 0.45
waitForReplicationFromReplicas
Method · 0.45
testRecovery
Method · 0.45
onStateChanged
Method · 0.45
test
Method · 0.45
run
Method · 0.45
testLiveWriter
Method · 0.45
assertNumSegments
Method · 0.45
assertCompoundSegments
Method · 0.45
testGetRealtime
Method · 0.45
Calls
1
close
Method · 0.95
Tested by
15
testIndexAndSearch
Method · 0.36
waitForWarming
Method · 0.36
waitForReplicationFromReplicas
Method · 0.36
testRecovery
Method · 0.36
onStateChanged
Method · 0.36
test
Method · 0.36
run
Method · 0.36
testLiveWriter
Method · 0.36
assertNumSegments
Method · 0.36
assertCompoundSegments
Method · 0.36
testGetRealtime
Method · 0.36
testEmptyCollectionDoesNotThrow
Method · 0.36