MCPcopy 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

testRefCountMethod · 0.95
testRefCountMTMethod · 0.95
testReloadLeakMethod · 0.95
createFromDescriptorMethod · 0.95
initializeMetricsMethod · 0.95
closeAndWaitMethod · 0.95
isReadyMethod · 0.95
openNewSearcherMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 3

testRefCountMethod · 0.76
testRefCountMTMethod · 0.76
testReloadLeakMethod · 0.76