Class AlwaysReferencedIndexedByShardId

java.lang.Object
org.elasticsearch.compute.lucene.AlwaysReferencedIndexedByShardId
All Implemented Interfaces:
IndexedByShardId<RefCounted>

public class AlwaysReferencedIndexedByShardId extends Object implements IndexedByShardId<RefCounted>
An implementation which always returns RefCounted.ALWAYS_REFERENCED for any shard ID. Used by tests, but defined here so it could also be used by the benchmarks.