Package | Description |
---|---|
reactor.alloc |
Pooling provides lower GC requirements by re-using components.
|
reactor.io.buffer |
Class and Description |
---|
Allocator
An
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. |
EventAllocator
Generic Event Allocator.
|
Reference
A
Reference provides access to and metadata about a poolable object. |
Class and Description |
---|
Allocator
An
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. |
Reference
A
Reference provides access to and metadata about a poolable object. |
Copyright © 2017. All rights reserved.