-
Returns heap memory manager instance
ChunkCreator.initialize(int chunkSize,
boolean offheap,
long globalMemStoreSize,
float poolSizePercentage,
float initialCountPercentage,
HeapMemoryManager heapMemoryManager,
float indexChunkSizePercent)
Initializes the instance of ChunkCreator
private void
ChunkCreator.initializePools(int chunkSize,
long globalMemStoreSize,
float poolSizePercentage,
float indexChunkSizePercentage,
float initialCountPercentage,
HeapMemoryManager heapMemoryManager)
(package private)
ChunkCreator(int chunkSize,
boolean offheap,
long globalMemStoreSize,
float poolSizePercentage,
float initialCountPercentage,
HeapMemoryManager heapMemoryManager,
float indexChunkSizePercentage)