Class MultiChunkPool

java.lang.Object
io.deephaven.chunk.util.pools.MultiChunkPool
All Implemented Interfaces:
BooleanChunkPool, ByteChunkPool, CharChunkPool, DoubleChunkPool, FloatChunkPool, IntChunkPool, LongChunkPool, ObjectChunkPool, ShortChunkPool

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.