Uses of Interface
com.tangosol.net.NamedQueue
Packages that use NamedQueue
Package
Description
Coherence Concurrent utilities based on java.util.concurrent.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
-
Uses of NamedQueue in com.oracle.coherence.concurrent
Constructors in com.oracle.coherence.concurrent with parameters of type NamedQueueModifierConstructorDescriptionDeactivationListener
(NamedQueue<?> queue, Queues.QueueReferenceStore store) -
Uses of NamedQueue in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme with type parameters of type NamedQueueModifier and TypeInterfaceDescriptioninterface
NamedQueueScheme<Q extends NamedQueue>
TheQueueScheme
class is responsible for building a fully configured instance of aNamedQueue
.interface
QueueScheme<C extends NamedQueue,
S> TheQueueScheme
class is responsible for building a fully configured instance of a queue. -
Uses of NamedQueue in com.tangosol.net
Subinterfaces of NamedQueue in com.tangosol.netModifier and TypeInterfaceDescriptioninterface
ABlockingDeque
based data-structure that manages values across one or more processes.interface
ABlockingQueue
based data-structure that manages values across one or more processes.interface
NamedDeque<E>
ADeque
based data-structure that manages values across one or more processes.