Uses of Class
com.db4o.foundation.BlockingQueueStoppedException
-
Packages that use BlockingQueueStoppedException Package Description com.db4o.foundation -
-
Uses of BlockingQueueStoppedException in com.db4o.foundation
Methods in com.db4o.foundation that throw BlockingQueueStoppedException Modifier and Type Method Description intBlockingQueue4. drainTo(Collection4<T> list)Removes all the available elements in the queue to the colletion passed as argument.TBlockingQueue. next()TBlockingQueue. next(long timeout)TBlockingQueue4. next(long timeout)Returns the next queued item or waits for it to be available for the maximum oftimeoutmiliseconds.TDelegatingBlockingQueue. next(long timeout)protected voidBlockingQueue. unsafeWaitForNext()protected booleanBlockingQueue. unsafeWaitForNext(long timeout)protected booleanPausableBlockingQueue. unsafeWaitForNext(long timeout)voidBlockingQueue. waitForNext()booleanBlockingQueue. waitForNext(long timeout)
-