Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
private ChunkCreator.MemStoreChunkPool |
ChunkCreator.dataChunksPool |
private ChunkCreator.MemStoreChunkPool |
ChunkCreator.indexChunksPool |
Modifier and Type | Method and Description |
---|---|
(package private) ChunkCreator.MemStoreChunkPool |
ChunkCreator.getDataChunksPool() |
(package private) ChunkCreator.MemStoreChunkPool |
ChunkCreator.getIndexChunksPool() |
private ChunkCreator.MemStoreChunkPool |
ChunkCreator.initializePool(String label,
long globalMemStoreSize,
float poolSizePercentage,
float initialCountPercentage,
int chunkSize,
ChunkCreator.ChunkType chunkType,
HeapMemoryManager heapMemoryManager) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.