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

Method incref

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

Source from the content-addressed store, hash-verified

39 }
40
41 public final RefCounted<Type> incref() {
42 refcount.incrementAndGet();
43 return this;
44 }
45
46 public final Type get() {
47 return resource;

Callers 7

newHolderMethod · 0.95
getRegisteredSearcherMethod · 0.45
getNewestSearcherMethod · 0.45
getRealtimeSearcherMethod · 0.45
openNewSearcherMethod · 0.45
getSearcherMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected