-
@NotThreadSafe() public class PoolFactoryFactory class for pools.
-
-
Constructor Summary
Constructors Constructor Description PoolFactory(PoolConfig config)
-
Method Summary
Modifier and Type Method Description BitmapPoolgetBitmapPool()MemoryChunkPoolgetBufferMemoryChunkPool()FlexByteArrayPoolgetFlexByteArrayPool()intgetFlexByteArrayPoolMaxNumThreads()MemoryChunkPoolgetNativeMemoryChunkPool()PooledByteBufferFactorygetPooledByteBufferFactory()PooledByteBufferFactorygetPooledByteBufferFactory(int memoryChunkType)PooledByteStreamsgetPooledByteStreams()SharedByteArraygetSharedByteArray()ByteArrayPoolgetSmallByteArrayPool()-
-
Constructor Detail
-
PoolFactory
PoolFactory(PoolConfig config)
-
-
Method Detail
-
getBitmapPool
BitmapPool getBitmapPool()
-
getBufferMemoryChunkPool
@Nullable() MemoryChunkPool getBufferMemoryChunkPool()
-
getFlexByteArrayPool
FlexByteArrayPool getFlexByteArrayPool()
-
getFlexByteArrayPoolMaxNumThreads
int getFlexByteArrayPoolMaxNumThreads()
-
getNativeMemoryChunkPool
@Nullable() MemoryChunkPool getNativeMemoryChunkPool()
-
getPooledByteBufferFactory
PooledByteBufferFactory getPooledByteBufferFactory()
-
getPooledByteBufferFactory
PooledByteBufferFactory getPooledByteBufferFactory(int memoryChunkType)
-
getPooledByteStreams
PooledByteStreams getPooledByteStreams()
-
getSharedByteArray
SharedByteArray getSharedByteArray()
-
getSmallByteArrayPool
ByteArrayPool getSmallByteArrayPool()
-
-
-
-