Package org.apache.pinot.segment.spi.memory
-
Interface Summary Interface Description CleanerUtil.BufferCleaner Pass in an implementation of this interface to cleanup ByteBuffers.PinotDataBufferMemoryManager Interface for memory manager that allocates/manages PinotDataBuffer. -
Class Summary Class Description BasePinotLBuffer CleanerUtil sun.misc.Cleaner has moved in OpenJDK 9 and sun.misc.Unsafe#invokeCleaner(ByteBuffer) is the replacement.PinotByteBuffer PinotDataBuffer The classPinotDataBufferis the byte buffer for Pinot data that resides in off-heap memory.PinotNativeOrderLBuffer PinotNonNativeOrderLBuffer