Uses of Interface
com.caucho.util.RingItemFactory

Packages that use RingItemFactory
com.caucho.env.actor   
com.caucho.util Assorted utilities 
 

Uses of RingItemFactory in com.caucho.env.actor
 

Methods in com.caucho.env.actor that return RingItemFactory
 RingItemFactory<T> ActorQueuePreallocBuilder.getFactory()
           
 

Methods in com.caucho.env.actor with parameters of type RingItemFactory
 ActorQueuePreallocBuilder<T> ActorQueuePreallocBuilder.factory(RingItemFactory<T> factory)
           
 

Constructors in com.caucho.env.actor with parameters of type RingItemFactory
ActorQueue(int capacity, RingItemFactory<T> itemFactory, ActorProcessor<? super T>... processors)
           
 

Uses of RingItemFactory in com.caucho.util
 

Constructors in com.caucho.util with parameters of type RingItemFactory
RingQueue(int capacity, RingItemFactory<T> itemFactory)