RecyclingIntBlockAllocator
A IntBlockPool.Allocator implementation that recycles unused int blocks in a buffer and reuses them in subsequent calls to .intBlock.
Note: This class is not thread-safe
Constructors
Link copied to clipboard
Creates a new RecyclingIntBlockAllocator
Creates a new RecyclingIntBlockAllocator.
constructor()
Creates a new RecyclingIntBlockAllocator with a block size of , upper buffered docs limit of (DEFAULT_BUFFERED_BLOCKS).