Package org.apache.lucene.util
Class ByteBlockPool.DirectAllocator
- java.lang.Object
-
- org.apache.lucene.util.ByteBlockPool.Allocator
-
- org.apache.lucene.util.ByteBlockPool.DirectAllocator
-
- Enclosing class:
- ByteBlockPool
public static final class ByteBlockPool.DirectAllocator extends ByteBlockPool.Allocator
A simpleByteBlockPool.Allocator
that never recycles.
-
-
Constructor Summary
Constructors Constructor Description DirectAllocator()
DirectAllocator(int blockSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
recycleByteBlocks(byte[][] blocks, int start, int end)
-
Methods inherited from class org.apache.lucene.util.ByteBlockPool.Allocator
getByteBlock, recycleByteBlocks
-
-
-
-
Method Detail
-
recycleByteBlocks
public void recycleByteBlocks(byte[][] blocks, int start, int end)
- Specified by:
recycleByteBlocks
in classByteBlockPool.Allocator
-
-