Package io.deephaven.chunk.util.pools
package io.deephaven.chunk.util.pools
-
ClassDescription
ChunkPool
implementation for chunks of booleans.ChunkPool
implementation for chunks of bytes.ChunkPool
implementation for chunks of chars.Interface for pools ofChunk
s.Repository for constants used byChunkPool
implementations.Static callback holder for pooled chunk allocation.Support for release tracking, in order to detect chunk release errors.ChunkPool
implementation for chunks of doubles.ChunkPool
implementation for chunks of floats.ChunkPool
implementation for chunks of ints.ChunkPool
implementation for chunks of longs.Provides a set of per-typeChunkPool
s.ChunkPool
implementation for chunks of objects.Marker interface forChunk
subclasses that can be kept with in aChunkPool
, and whoseSafeCloseable.close()
method will return them to the appropriate pool.ChunkPool
implementation for chunks of shorts.