|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IntBlockPool.Allocator | |
|---|---|
| org.apache.lucene.util | Some utility classes. |
| Uses of IntBlockPool.Allocator in org.apache.lucene.util |
|---|
| Subclasses of IntBlockPool.Allocator in org.apache.lucene.util | |
|---|---|
static class |
IntBlockPool.DirectAllocator
A simple IntBlockPool.Allocator that never recycles. |
class |
RecyclingIntBlockAllocator
A IntBlockPool.Allocator implementation that recycles unused int
blocks in a buffer and reuses them in subsequent calls to
RecyclingIntBlockAllocator.getIntBlock(). |
| Constructors in org.apache.lucene.util with parameters of type IntBlockPool.Allocator | |
|---|---|
IntBlockPool(IntBlockPool.Allocator allocator)
Creates a new IntBlockPool with the given IntBlockPool.Allocator. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||