Package com.linkedin.venice.utils.collections
package com.linkedin.venice.utils.collections
-
ClassDescriptionThis iterator traverses the entire backing array, while skipping over null entries.Expose an array of
ArrayCollection
as an immutableCollection<E>
Changes to the array are reflected in the collection.Read-through cache for items retrievable by two positive integer IDs.MeasurableLinkedHashMap<K,V extends Measurable> A subclass ofLinkedHashMap
which does a best-effort attempt at guessing its size on heap + the size of its values.MemoryBoundBlockingQueue<T extends Measurable>This class is a generic implementation of a memory bound blocking queue.This iterator traverses the entire backing iterator, while skipping over null entries.