Uses of Enum Class
org.apache.hadoop.hbase.regionserver.ChunkCreator.ChunkType
Packages that use ChunkCreator.ChunkType
-
Uses of ChunkCreator.ChunkType in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as ChunkCreator.ChunkTypeModifier and TypeFieldDescriptionprivate final ChunkCreator.ChunkTypeChunk.chunkTypeprivate final ChunkCreator.ChunkTypeChunkCreator.MemStoreChunkPool.chunkTypeMethods in org.apache.hadoop.hbase.regionserver that return ChunkCreator.ChunkTypeModifier and TypeMethodDescription(package private) ChunkCreator.ChunkTypeChunk.getChunkType()private ChunkCreator.ChunkTypeCellChunkImmutableSegment.useIndexChunks(int numOfCells) static ChunkCreator.ChunkTypeReturns the enum constant of this class with the specified name.static ChunkCreator.ChunkType[]ChunkCreator.ChunkType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.regionserver with parameters of type ChunkCreator.ChunkTypeModifier and TypeMethodDescriptionprivate ChunkChunkCreator.createChunk(boolean pool, ChunkCreator.ChunkType chunkType, int size) Creates the chunk either onheap or offheapprivate ChunkChunkCreator.createChunkForPool(ChunkCreator.ChunkType chunkType, int chunkSize) (package private) ChunkChunkCreator.getChunk(ChunkCreator.ChunkType chunkType) Creates and inits a chunk with specific type.(package private) ChunkChunkCreator.getChunk(ChunkCreator.ChunkType chunkType, int size) Creates and inits a chunk.(package private) intChunkCreator.getChunkSize(ChunkCreator.ChunkType chunkType) (package private) intChunkCreator.getMaxCount(ChunkCreator.ChunkType chunkType) ImmutableMemStoreLAB.getNewExternalChunk(ChunkCreator.ChunkType chunkType) MemStoreLAB.getNewExternalChunk(ChunkCreator.ChunkType chunkType) MemStoreLABImpl.getNewExternalChunk(ChunkCreator.ChunkType chunkType) (package private) intChunkCreator.getPoolSize(ChunkCreator.ChunkType chunkType) private ChunkCreator.MemStoreChunkPoolChunkCreator.initializePool(String label, long globalMemStoreSize, float poolSizePercentage, float initialCountPercentage, int chunkSize, ChunkCreator.ChunkType chunkType, HeapMemoryManager heapMemoryManager) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type ChunkCreator.ChunkTypeModifierConstructorDescriptionChunk(int size, int id, ChunkCreator.ChunkType chunkType) Create an uninitialized chunk.Chunk(int size, int id, ChunkCreator.ChunkType chunkType, boolean fromPool) Create an uninitialized chunk.(package private)MemStoreChunkPool(String label, int chunkSize, ChunkCreator.ChunkType chunkType, int maxCount, int initialCount, float poolSizePercentage) (package private)OffheapChunk(int size, int id, ChunkCreator.ChunkType chunkType) (package private)OffheapChunk(int size, int id, ChunkCreator.ChunkType chunkType, boolean fromPool) (package private)OnheapChunk(int size, int id, ChunkCreator.ChunkType chunkType) (package private)OnheapChunk(int size, int id, ChunkCreator.ChunkType chunkType, boolean fromPool)