Class PoolOfPools
java.lang.Object
com.illumon.iris.db.v2.utils.pool.PoolOfPools
public class PoolOfPools extends Object
-
Field Summary
Fields Modifier and Type Field Description static PoolOfPools
instance
-
Method Summary
Modifier and Type Method Description <T> SingleTypePool<T>
getPool(Class<T> resultType, Supplier<T> allocator, Object... args)