Package io.deephaven.chunk.util.pools
package io.deephaven.chunk.util.pools
-
ClassDescriptionInterface for pools of
WritableBooleanChunk,ResettableBooleanChunk, andResettableWritableBooleanChunk.BooleanChunkPoolimplementation that pools chunks of booleans in a data structure that only enforces soft reachability.ByteChunkPoolimplementation that pools chunks of bytes in a data structure that only enforces soft reachability.CharChunkPoolimplementation that pools chunks of chars in a data structure that only enforces soft reachability.Interface for pools ofChunks.Repository for constants used byChunkPoolimplementations.Static callback holder for pooled chunk allocation.Support for release tracking, in order to detect chunk release errors.Interface for pools ofWritableDoubleChunk,ResettableDoubleChunk, andResettableWritableDoubleChunk.DoubleChunkPoolimplementation that pools chunks of doubles in a data structure that only enforces soft reachability.FloatChunkPoolimplementation that pools chunks of floats in a data structure that only enforces soft reachability.IntChunkPoolimplementation that pools chunks of ints in a data structure that only enforces soft reachability.LongChunkPoolimplementation that pools chunks of longs in a data structure that only enforces soft reachability.Provides a set of per-typeChunkPools.ObjectChunkPoolimplementation that pools chunks of Objects in a data structure that only enforces soft reachability.PoolableChunk<ATTR extends Any>Marker interface forChunksubclasses that can be kept with in aChunkPool, and whoseSafeCloseable.close()method will return them to the appropriate pool.ShortChunkPoolimplementation that pools chunks of shorts in a data structure that only enforces soft reachability.