Uses of Class
org.elasticsearch.common.util.concurrent.AbstractRefCounted
-
Packages that use AbstractRefCounted Package Description org.elasticsearch.indices.recovery org.elasticsearch.search.fetch.subphase org.elasticsearch.search.internal -
-
Uses of AbstractRefCounted in org.elasticsearch.indices.recovery
Subclasses of AbstractRefCounted in org.elasticsearch.indices.recovery Modifier and Type Class Description classRecoveryTargetRepresents a recovery where the current node is the target node of the recovery. -
Uses of AbstractRefCounted in org.elasticsearch.search.fetch.subphase
Subclasses of AbstractRefCounted in org.elasticsearch.search.fetch.subphase Modifier and Type Class Description static classInnerHitsContext.InnerHitSubContext -
Uses of AbstractRefCounted in org.elasticsearch.search.internal
Subclasses of AbstractRefCounted in org.elasticsearch.search.internal Modifier and Type Class Description classFilteredSearchContextclassSearchContextThis class encapsulates the state needed to execute a search.classSubSearchContext
-