Package io.deephaven.chunk.util.pools
package io.deephaven.chunk.util.pools
-
ClassDescriptionInterface for pools of
WritableBooleanChunk
,ResettableBooleanChunk
, andResettableWritableBooleanChunk
.BooleanChunkPool
implementation that pools chunks of booleans in a data structure that only enforces soft reachability.ByteChunkPool
implementation that pools chunks of bytes in a data structure that only enforces soft reachability.CharChunkPool
implementation that pools chunks of chars in a data structure that only enforces soft reachability.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.Interface for pools ofWritableDoubleChunk
,ResettableDoubleChunk
, andResettableWritableDoubleChunk
.DoubleChunkPool
implementation that pools chunks of doubles in a data structure that only enforces soft reachability.FloatChunkPool
implementation that pools chunks of floats in a data structure that only enforces soft reachability.IntChunkPool
implementation that pools chunks of ints in a data structure that only enforces soft reachability.LongChunkPool
implementation that pools chunks of longs in a data structure that only enforces soft reachability.Provides a set of per-typeChunkPool
s.ObjectChunkPool
implementation that pools chunks of Objects in a data structure that only enforces soft reachability.PoolableChunk<ATTR extends Any>Marker interface forChunk
subclasses that can be kept with in aChunkPool
, and whoseSafeCloseable.close()
method will return them to the appropriate pool.ShortChunkPool
implementation that pools chunks of shorts in a data structure that only enforces soft reachability.