Uses of Interface
com.tangosol.net.NamedCollection.Option
Packages that use NamedCollection.Option
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
-
Uses of NamedCollection.Option in com.tangosol.coherence.config.scheme
Method parameters in com.tangosol.coherence.config.scheme with type arguments of type NamedCollection.OptionModifier and TypeMethodDescriptionAbstractCachingScheme.getNamedCollectionBuilder
(Class<? extends NamedCollection> clz, com.oracle.coherence.common.util.Options<NamedCollection.Option> options) PagedTopicScheme.getNamedCollectionBuilder
(Class<? extends NamedCollection> clz, com.oracle.coherence.common.util.Options<NamedCollection.Option> options) default NamedCollectionBuilder
ServiceScheme.getNamedCollectionBuilder
(Class<? extends NamedCollection> clz, com.oracle.coherence.common.util.Options<NamedCollection.Option> options) -
Uses of NamedCollection.Option in com.tangosol.net
Subinterfaces of NamedCollection.Option in com.tangosol.netModifier and TypeInterfaceDescriptioninterface
Defines aNamedCollection.Option
for asserting the type of values used with aNamedTopic
.Classes in com.tangosol.net that implement NamedCollection.OptionModifier and TypeClassDescriptionstatic class
Defines aNamedCollection.Option
for asserting the type of values used with aNamedTopic
.Methods in com.tangosol.net with parameters of type NamedCollection.OptionModifier and TypeMethodDescriptiondefault <V> NamedDeque
<V> ConfigurableCacheFactory.ensureDeque
(String sName, NamedCollection.Option... options) Ensure an Object-based queue for the given name.<V> NamedDeque
<V> ConfigurableCacheFactory.ensureDeque
(String sName, ClassLoader loader, NamedCollection.Option... options) Ensure an Object-based queue for the given name.<V> NamedDeque
<V> DefaultConfigurableCacheFactory.ensureDeque
(String sName, ClassLoader loader, NamedCollection.Option... options) Deprecated.<E> NamedDeque
<E> ExtensibleConfigurableCacheFactory.ensureDeque
(String sName, ClassLoader loader, NamedCollection.Option... options) default <V> NamedQueue
<V> ConfigurableCacheFactory.ensureQueue
(String sName, NamedCollection.Option... options) Ensure an Object-based queue for the given name.<V> NamedQueue
<V> ConfigurableCacheFactory.ensureQueue
(String sName, ClassLoader loader, NamedCollection.Option... options) Ensure an Object-based queue for the given name.<V> NamedQueue
<V> DefaultConfigurableCacheFactory.ensureQueue
(String sName, ClassLoader loader, NamedCollection.Option... options) Deprecated.<E> NamedQueue
<E> ExtensibleConfigurableCacheFactory.ensureQueue
(String sName, ClassLoader loader, NamedCollection.Option... options) default <V> NamedTopic
<V> ConfigurableCacheFactory.ensureTopic
(String sName, NamedCollection.Option... options) Ensure an Object-based topic for the given name.<V> NamedTopic
<V> ConfigurableCacheFactory.ensureTopic
(String sName, ClassLoader loader, NamedCollection.Option... options) Ensure an Object-based topic for the given name.<V> NamedTopic
<V> DefaultConfigurableCacheFactory.ensureTopic
(String sName, ClassLoader loader, NamedCollection.Option... options) Deprecated.This method will throw anUnsupportedOperationException
asNamedTopic
s are not supported by DefaultConfigurableCacheFactory.<V> NamedTopic
<V> ExtensibleConfigurableCacheFactory.ensureTopic
(String sName, ClassLoader loader, NamedCollection.Option... options) Ensure an Object-based topic for the given name.<E> NamedDeque
<E> CoherenceSession.getDeque
(String sName, NamedCollection.Option... options) <E> NamedDeque
<E> Session.getDeque
(String sName, NamedCollection.Option... options) Acquire aNamedDeque
.<E> NamedQueue
<E> CoherenceSession.getQueue
(String sName, NamedCollection.Option... options) <E> NamedQueue
<E> Session.getQueue
(String sName, NamedCollection.Option... options) Acquire aNamedQueue
.<V> NamedTopic
<V> CoherenceSession.getTopic
(String sName, NamedCollection.Option... options) <V> NamedTopic
<V> Session.getTopic
(String sName, NamedCollection.Option... options) Acquire aNamedTopic
using the specifiedValueTypeAssertion
.