Uses of Interface
com.tangosol.coherence.config.scheme.QueueScheme
Packages that use QueueScheme
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
-
Uses of QueueScheme in com.tangosol.coherence.config.scheme
Subinterfaces of QueueScheme in com.tangosol.coherence.config.schemeModifier and TypeInterfaceDescriptioninterface
NamedQueueScheme<Q extends NamedQueue>
TheQueueScheme
class is responsible for building a fully configured instance of aNamedQueue
.Classes in com.tangosol.coherence.config.scheme that implement QueueSchemeModifier and TypeClassDescriptionclass
APagedQueueScheme
is responsible for building a queue.class
ASimpleDequeScheme
is responsible for building a simpleNamedMapDeque
where the queue contents are stored in a single partition.