Uses of Class
org.apache.lucene.util.ByteBlockPool.Allocator
-
Packages that use ByteBlockPool.Allocator Package Description org.apache.lucene.util Some utility classes. -
-
Uses of ByteBlockPool.Allocator in org.apache.lucene.util
Subclasses of ByteBlockPool.Allocator in org.apache.lucene.util Modifier and Type Class Description static class
ByteBlockPool.DirectAllocator
A simpleByteBlockPool.Allocator
that never recycles.static class
ByteBlockPool.DirectTrackingAllocator
A simpleByteBlockPool.Allocator
that never recycles, but tracks how much total RAM is in use.class
RecyclingByteBlockAllocator
AByteBlockPool.Allocator
implementation that recycles unused byte blocks in a buffer and reuses them in subsequent calls toRecyclingByteBlockAllocator.getByteBlock()
.Constructors in org.apache.lucene.util with parameters of type ByteBlockPool.Allocator Constructor Description ByteBlockPool(ByteBlockPool.Allocator allocator)
-