public class SimpleObjectPool<T> extends Object implements ObjectPool
public SimpleObjectPool(int poolSize, Supplier<T> supplier, Consumer<T> recycler, Consumer<T> consumer)
public PooledObject<T> allocate()
allocate
in interface ObjectPool
Copyright © 2020 JBoss by Red Hat. All rights reserved.