Package org.apache.lucene.util
Class ByteBlockPool.Allocator
- java.lang.Object
 - 
- org.apache.lucene.util.ByteBlockPool.Allocator
 
 
- 
- Direct Known Subclasses:
 ByteBlockPool.DirectAllocator,ByteBlockPool.DirectTrackingAllocator,RecyclingByteBlockAllocator
- Enclosing class:
 - ByteBlockPool
 
public abstract static class ByteBlockPool.Allocator extends java.lang.ObjectAbstract class for allocating and freeing byte blocks. 
- 
- 
Constructor Summary
Constructors Constructor Description Allocator(int blockSize) 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description byte[]getByteBlock()abstract voidrecycleByteBlocks(byte[][] blocks, int start, int end)voidrecycleByteBlocks(java.util.List<byte[]> blocks) 
 -