Package com.linkedin.venice.utils.pools
package com.linkedin.venice.utils.pools
-
ClassDescriptionA dummy implementation which simply allocates a new object on every
ObjectPool.get()
and lets the garbage collector dispose of it rather than reusing.ObjectPool<O>An interface to get and give back objects that are intended to be long-lived and recycled, but where the location in the code for beginning to use the object is far from the location where we stop using it, e.g.