Uses of Interface
com.tangosol.net.topic.NamedTopic
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Management Framework.
Contains classes that providing topic entities for publish/subscribe messaging.
-
Uses of NamedTopic in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionvoid
SubscriberGroupBuilder.realize
(NamedTopic<V> topic, ParameterResolver resolver) Realize a durable subscriber group. -
Uses of NamedTopic in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescription<V> NamedTopic
PagedTopicScheme.realize
(ValueTypeAssertion<V> typeConstraint, ParameterResolver resolver, MapBuilder.Dependencies deps) -
Uses of NamedTopic in com.tangosol.net
Modifier and TypeFieldDescriptionprotected final com.tangosol.net.internal.ScopedReferenceStore
<NamedTopic> ExtensibleConfigurableCacheFactory.f_storeTopics
Store that holdsNamedTopic
references scoped by class loader and optionally, if configured, Subject.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.<T> NamedTopic
<T> TopicService.ensureTopic
(String sName, ClassLoader loader) Obtain a Topic interface that provides<V> NamedTopic
<V> CoherenceSession.getTopic
(String sName, NamedCollection.Option... options) default <V> NamedTopic
<V> Acquire aNamedTopic
using the specifiedValueTypeAssertion
.<V> NamedTopic
<V> Session.getTopic
(String sName, NamedCollection.Option... options) Acquire aNamedTopic
using the specifiedValueTypeAssertion
.Modifier and TypeMethodDescriptionvoid
ConfigurableCacheFactory.destroyTopic
(NamedTopic<?> topic) Release and destroy this instance ofNamedTopic
.void
DefaultConfigurableCacheFactory.destroyTopic
(NamedTopic<?> topic) Deprecated.This method will throw anUnsupportedOperationException
asNamedTopic
s are not supported by DefaultConfigurableCacheFactory.void
ExtensibleConfigurableCacheFactory.destroyTopic
(NamedTopic<?> topic) Release and destroy this instance ofNamedTopic
.void
TopicService.destroyTopic
(NamedTopic topic) Release and destroy the specified topic.void
ConfigurableCacheFactory.releaseTopic
(NamedTopic<?> topic) Release aNamedTopic
and its associated resources.void
DefaultConfigurableCacheFactory.releaseTopic
(NamedTopic<?> topic) Deprecated.This method will throw anUnsupportedOperationException
asNamedTopic
s are not supported by DefaultConfigurableCacheFactory.void
ExtensibleConfigurableCacheFactory.releaseTopic
(NamedTopic<?> topic) Release aNamedTopic
and its associated resources.void
TopicService.releaseTopic
(NamedTopic topic) Release local resources associated with the specified instance of the topic. -
Uses of NamedTopic in com.tangosol.net.management
Modifier and TypeMethodDescriptionstatic String
MBeanHelper.getSubscriberMBeanPattern
(NamedTopic<?> topic, boolean fLocalOnly) Return the MBean name pattern for all subscribers in a topic.static String
MBeanHelper.getSubscriberMBeanPattern
(NamedTopic<?> topic, com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId groupId, boolean fLocalOnly) Return the MBean name pattern for all subscribers in a subscriber group for topic.static String
MBeanHelper.getTopicMBeanName
(NamedTopic<?> topic) Return the MBean name for the topic.static void
MBeanHelper.unregisterPagedTopicMBean
(Service service, NamedTopic<?> topic) Unregister all managed objects related to the given topic name from the cluster registry. -
Uses of NamedTopic in com.tangosol.net.topic
Modifier and TypeMethodDescriptionPublisher.getNamedTopic()
Returns the underlyingNamedTopic
that thisPublisher
publishes to.<T> NamedTopic
<T> Subscriber.getNamedTopic()
Returns the underlyingNamedTopic
that thisSubscriber
is subscribed to, which could be of a different generic type to thisSubscriber
if the subscriber is using a transformer.