Uses of Class
org.xipki.pkcs11.wrapper.concurrent.ConcurrentBagEntry
-
Packages that use ConcurrentBagEntry Package Description org.xipki.pkcs11.wrapper.concurrent -
-
Uses of ConcurrentBagEntry in org.xipki.pkcs11.wrapper.concurrent
Classes in org.xipki.pkcs11.wrapper.concurrent with type parameters of type ConcurrentBagEntry Modifier and Type Class Description classConcurrentBag<T extends ConcurrentBagEntry>This is a specialized concurrent bag that achieves superior performance to LinkedBlockingQueue and LinkedTransferQueue for the purposes of a connection pool.
-