Package io.deephaven.chunk.util.pools
Class MultiChunkPool
java.lang.Object
io.deephaven.chunk.util.pools.MultiChunkPool
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.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic MultiChunkPoolgetChunkPool(@NotNull ChunkType chunkType)
-
Method Details
-
enableDedicatedPoolForThisThread
public static void enableDedicatedPoolForThisThread() -
forThisThread
-
getChunkPool
-
getBooleanChunkPool
-
getCharChunkPool
-
getByteChunkPool
-
getShortChunkPool
-
getIntChunkPool
-
getLongChunkPool
-
getFloatChunkPool
-
getDoubleChunkPool
-
getObjectChunkPool
-