java.lang.Object
org.apache.lucene.util.IntBlockPool.Allocator
org.apache.lucene.index.IndexingChain.IntBlockAllocator
- Enclosing class:
- IndexingChain
-
Field Summary
FieldsFields inherited from class org.apache.lucene.util.IntBlockPool.Allocator
blockSize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]
void
recycleIntBlocks
(int[][] blocks, int offset, int length)
-
Field Details
-
bytesUsed
-
-
Constructor Details
-
IntBlockAllocator
IntBlockAllocator(Counter bytesUsed)
-
-
Method Details
-
getIntBlock
public int[] getIntBlock()- Overrides:
getIntBlock
in classIntBlockPool.Allocator
-
recycleIntBlocks
public void recycleIntBlocks(int[][] blocks, int offset, int length) - Specified by:
recycleIntBlocks
in classIntBlockPool.Allocator
-