Reference implementation that does reference counting.Allocator is responsible for returning to the caller a Reference to a reusable
object or to provide a newly-created object, depending on the underlying allocation strategy.Allocator implementation that allocates Buffers.BufferAllocator of size=256, direct=false, and bufferSize=Buffer.SMALL_BUFFER_SIZE.BufferAllocator.ReferenceCountingAllocator for
allocating and recycling events.EventAllocator, containing pre-created
Allocators for given es.Supplier implementation that instantiates Events
based on Event data type.Reference since it's creation.Events with generic type of Reference provides access to and metadata about a poolable object.Allocator that uses reference counting to determine when an object
should
be recycled and placed back into the pool to be reused.