Package org.xipki.pkcs11.wrapper.concurrent
-
Interface Summary Interface Description ClockSource A resolution-independent provider of current time-stamps and elapsed time calculations. -
Class Summary Class Description ClockSource.Factory Factory class used to create a platform-specific ClockSource.ClockSource.MillisecondClockSource ClockSource.NanosecondClockSource ConcurrentBag<T extends ConcurrentBagEntry> This is a specialized concurrent bag that achieves superior performance to LinkedBlockingQueue and LinkedTransferQueue for the purposes of a connection pool.ConcurrentBagEntry<T> ConcurrentBagEntry.FastList<T> Fast list without range checking.