Uses of Package
com.tangosol.net.topic
Packages that use com.tangosol.net.topic
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
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.
-
Classes in com.tangosol.net.topic used by com.tangosol.coherence.config
-
Classes in com.tangosol.net.topic used by com.tangosol.coherence.config.builderClassDescriptionNamedTopic represents a topic entity for publish/subscribe messaging.A unit calculator is an object that can calculate the cost of storing an element in a topic.
-
Classes in com.tangosol.net.topic used by com.tangosol.coherence.config.scheme
-
Classes in com.tangosol.net.topic used by com.tangosol.netClassDescriptionNamedTopic represents a topic entity for publish/subscribe messaging.Publisher provides a means to publish values to the
NamedTopic.A marker interface to indicate that a class is a validPublisher.Optionfor aPublisher.A marker interface forSubscriberidentifiers.A marker interface to indicate that a class is a validSubscriber.Optionfor aSubscriber.A base class for topic backing map managers. -
Classes in com.tangosol.net.topic used by com.tangosol.net.management
-
Classes in com.tangosol.net.topic used by com.tangosol.net.topicClassDescriptionA
NamedTopic.ElementCalculatorthat calculates size of an element based on the size of the serialized binary value.A fixed implementation of aNamedTopic.ElementCalculatorthat gives all elements a size of 1.NamedTopic represents a topic entity for publish/subscribe messaging.A unit calculator is an object that can calculate the cost of storing an element in a topic.An opaque representation of the position of an element within a channel of a topic.Publisher provides a means to publish values to theNamedTopic.The FailOnFull option indicates that theCompletableFuturereturned from thePublisher.publish(V)operation should complete exceptionally upon identifying that the topic is or has become full.This option controls how aPublisherhandles a failure of an individualPublisher.publish(V)call.A marker interface to indicate that a class is a validPublisher.Optionfor aPublisher.The OrderBy option specifies the ordering of async operations with respect to one another.Publisher.OrderByoption which computes the unit-of-order based on applyingconstructor'sorderIdFunction parameteronsent value.The status for a successfully published element.A representation of a topic channel within subscriber.A listener that receives notification of channel ownership changes.A subscriberSubscriber.Optionthat allows one or morelistenersto be added to the subscriber, that will be notified of changes to the subscribers channel ownership.The result of a commit request.The different result statuses for a commit request.The CompleteOnEmpty option indicates that theCompletableFuturereturned from theSubscriber.receive()operation should complete with a nullSubscriber.Elementupon identifying that the topic is or has become empty.The Convert option specifies aValueExtractorthat will convert topic values that a subscriber is interested in receiving prior to sending them to the subscriber.Element represents a container for returned values.The Filtered option specifies a filter that will determine which topic values a subscriber is interested in receiving.The Name option is used to specify a subscriber group name.A marker interface to indicate that a class is a validSubscriber.Optionfor aSubscriber.The dependencies for a topic.A exception that occurred during an operation on aNamedTopic.