Package io.hyperfoil.api.collection
Class LimitedPool<T>
java.lang.Object
io.hyperfoil.api.collection.LimitedPool<T>
Fixed-size pool that can be accessed by single thread only.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LimitedPool
-
LimitedPool
-
-
Method Details
-
reset
-
acquire
-
release
-
isFull
public boolean isFull() -
isDepleted
public boolean isDepleted()
-