Package com.illumon.iris.db.util.caching.redesign

  • Interface Summary 
    Interface Description
    ObjectPool<T>
    Object pool interface that allows reference tracking.
  • Class Summary 
    Class Description
    DataBufferConfiguration
    Configuration utilities related to the data buffers used for storing and communicating all Deephaven-format binary data.
    DataBufferHolder
    Holder for ByteBuffers pooled in the DataBufferPool and associated views.
    PooledObjectReference<REFERENT_TYPE>
    SimpleReference implementation with built-in reference-counting and pooling support.
    PooledObjectReference.Tracker<REFERENT_TYPE>
    Tracker that can be used to monitor unreleased references.
  • Enum Summary 
    Enum Description
    DataBufferPool
    Data buffer pool for all Deephaven-format column data.