Package | Description |
---|---|
reactor.alloc |
Pooling provides lower GC requirements by re-using components.
|
reactor.io.buffer |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceCountingAllocator<T extends Recyclable>
An implementation of
Allocator that uses reference counting to determine when an object
should
be recycled and placed back into the pool to be reused. |
Modifier and Type | Method and Description |
---|---|
protected abstract <T> Allocator<Event<T>> |
EventAllocator.makeAllocator(Class<T> klass)
Make a new allocator for
Event s with generic type of |
Modifier and Type | Class and Description |
---|---|
class |
BufferAllocator
|
Copyright © 2017. All rights reserved.