Uses of Interface
com.tangosol.net.topic.NamedTopic
Packages that use 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
Methods in com.tangosol.coherence.config.builder with parameters of type NamedTopicModifier and TypeMethodDescriptionvoidSubscriberGroupBuilder.realize(NamedTopic<V> topic, ParameterResolver resolver) Realize a durable subscriber group. -
Uses of NamedTopic in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return NamedTopicModifier and TypeMethodDescription<V> NamedTopicPagedTopicScheme.realize(ValueTypeAssertion<V> typeConstraint, ParameterResolver resolver, MapBuilder.Dependencies deps) -
Uses of NamedTopic in com.tangosol.net
Fields in com.tangosol.net with type parameters of type NamedTopicModifier and TypeFieldDescriptionprotected final com.tangosol.net.internal.ScopedReferenceStore<NamedTopic> ExtensibleConfigurableCacheFactory.f_storeTopicsStore that holdsNamedTopicreferences scoped by class loader and optionally, if configured, Subject.Methods in com.tangosol.net that return NamedTopicModifier 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 anUnsupportedOperationExceptionasNamedTopics 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 aNamedTopicusing the specifiedValueTypeAssertion.<V> NamedTopic<V> Session.getTopic(String sName, NamedCollection.Option... options) Acquire aNamedTopicusing the specifiedValueTypeAssertion.Methods in com.tangosol.net with parameters of type NamedTopicModifier and TypeMethodDescriptionvoidConfigurableCacheFactory.destroyTopic(NamedTopic<?> topic) Release and destroy this instance ofNamedTopic.voidDefaultConfigurableCacheFactory.destroyTopic(NamedTopic<?> topic) Deprecated.This method will throw anUnsupportedOperationExceptionasNamedTopics are not supported by DefaultConfigurableCacheFactory.voidExtensibleConfigurableCacheFactory.destroyTopic(NamedTopic<?> topic) Release and destroy this instance ofNamedTopic.voidTopicService.destroyTopic(NamedTopic topic) Release and destroy the specified topic.voidConfigurableCacheFactory.releaseTopic(NamedTopic<?> topic) Release aNamedTopicand its associated resources.voidDefaultConfigurableCacheFactory.releaseTopic(NamedTopic<?> topic) Deprecated.This method will throw anUnsupportedOperationExceptionasNamedTopics are not supported by DefaultConfigurableCacheFactory.voidExtensibleConfigurableCacheFactory.releaseTopic(NamedTopic<?> topic) Release aNamedTopicand its associated resources.voidTopicService.releaseTopic(NamedTopic topic) Release local resources associated with the specified instance of the topic. -
Uses of NamedTopic in com.tangosol.net.management
Methods in com.tangosol.net.management with parameters of type NamedTopicModifier and TypeMethodDescriptionstatic StringMBeanHelper.getSubscriberMBeanPattern(NamedTopic<?> topic, boolean fLocalOnly) Return the MBean name pattern for all subscribers in a topic.static StringMBeanHelper.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 StringMBeanHelper.getTopicMBeanName(NamedTopic<?> topic) Return the MBean name for the topic.static voidMBeanHelper.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
Methods in com.tangosol.net.topic that return NamedTopicModifier and TypeMethodDescriptionPublisher.getNamedTopic()Returns the underlyingNamedTopicthat thisPublisherpublishes to.<T> NamedTopic<T> Subscriber.getNamedTopic()Returns the underlyingNamedTopicthat thisSubscriberis subscribed to, which could be of a different generic type to thisSubscriberif the subscriber is using a transformer.