Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ isClosed
Method
isClosed
solr/core/src/java/org/apache/solr/core/SolrCore.java:1938–1940 ·
view source on GitHub ↗
Whether this core is closed.
()
Source
from the content-addressed store, hash-verified
1936
assert ObjectReleaseTracker.release(this);
1937
}
1938
1939
/** Current core usage count. */
1940
public
int
getOpenCount() {
1941
return
refCount.get();
1942
}
1943
Callers
8
testRefCount
Method · 0.95
testRefCountMT
Method · 0.95
testReloadLeak
Method · 0.95
createFromDescriptor
Method · 0.95
initializeMetrics
Method · 0.95
closeAndWait
Method · 0.95
isReady
Method · 0.95
openNewSearcher
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
3
testRefCount
Method · 0.76
testRefCountMT
Method · 0.76
testReloadLeak
Method · 0.76