Class MultiChunkPool

java.lang.Object
com.illumon.iris.db.v2.sources.chunk.util.pools.MultiChunkPool

public final class MultiChunkPool
extends Object
Provides a set of per-type ChunkPools. Normally accessed via a ThreadLocal, to allow some threads to share a common pool and others to allocate their own.