Uses of Interface
org.elasticsearch.common.util.concurrent.RefCounted
-
-
Uses of RefCounted in org.elasticsearch.common.util.concurrent
Classes in org.elasticsearch.common.util.concurrent that implement RefCounted Modifier and Type Class Description classAbstractRefCountedA basic RefCounted implementation that is initialized with a ref count of 1 and callsAbstractRefCounted.closeInternal()once it reaches a 0 ref count -
Uses of RefCounted in org.elasticsearch.index.store
Classes in org.elasticsearch.index.store that implement RefCounted Modifier and Type Class Description classStoreA Store provides plain access to files written by an elasticsearch index shard. -
Uses of RefCounted in org.elasticsearch.indices.recovery
Classes in org.elasticsearch.indices.recovery that implement RefCounted Modifier and Type Class Description classRecoveryTargetRepresents a recovery where the current node is the target node of the recovery. -
Uses of RefCounted in org.elasticsearch.search.fetch.subphase
Classes in org.elasticsearch.search.fetch.subphase that implement RefCounted Modifier and Type Class Description static classInnerHitsContext.InnerHitSubContext -
Uses of RefCounted in org.elasticsearch.search.internal
Classes in org.elasticsearch.search.internal that implement RefCounted Modifier and Type Class Description classFilteredSearchContextclassSearchContextThis class encapsulates the state needed to execute a search.classSubSearchContext
-