T - public class MpscPool<T> extends Pool<T>
| Constructor and Description |
|---|
MpscPool(int maxSize,
Consumer<T> cleaner,
Supplier<T> supplier) |
| Modifier and Type | Method and Description |
|---|---|
protected Queue<T> |
createQueue(int maxSize) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.