Uses of Interface
com.tangosol.net.NamedCollection.Option
-
Uses of NamedCollection.Option in com.tangosol.net
Modifier and TypeInterfaceDescriptioninterface
Defines aNamedCollection.Option
for asserting the type of values used with aNamedTopic
.Modifier and TypeClassDescriptionstatic class
Defines aNamedCollection.Option
for asserting the type of values used with aNamedTopic
.Modifier and TypeMethodDescriptiondefault <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.<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
.