Uses of Package
com.tangosol.net.topic
-
Packages that use com.tangosol.net.topic Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.management Contains classes related to the Coherence Management Framework.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging. -
Classes in com.tangosol.net.topic used by com.tangosol.coherence.config.builder Class Description NamedTopic NamedTopic represents a topic entity for publish/subscribe messaging.NamedTopic.ElementCalculator 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 Class Description NamedTopic NamedTopic represents a topic entity for publish/subscribe messaging. -
Classes in com.tangosol.net.topic used by com.tangosol.net Class Description NamedTopic NamedTopic represents a topic entity for publish/subscribe messaging.Publisher Publisher provides a means to publish values to theNamedTopic
.Publisher.Option A marker interface to indicate that a class is a validPublisher.Option
for aPublisher
.Subscriber Subscriber.Id A marker interface forSubscriber
identifiers.Subscriber.Option A marker interface to indicate that a class is a validSubscriber.Option
for aSubscriber
.TopicBackingMapManager A base class for topic backing map managers. -
Classes in com.tangosol.net.topic used by com.tangosol.net.management Class Description NamedTopic NamedTopic represents a topic entity for publish/subscribe messaging. -
Classes in com.tangosol.net.topic used by com.tangosol.net.topic Class Description BinaryElementCalculator ANamedTopic.ElementCalculator
that calculates size of an element based on the size of the serialized binary value.FixedElementCalculator A fixed implementation of aNamedTopic.ElementCalculator
that gives all elements a size of 1.NamedTopic NamedTopic represents a topic entity for publish/subscribe messaging.NamedTopic.ElementCalculator A unit calculator is an object that can calculate the cost of storing an element in a topic.Position An opaque representation of the position of an element within a channel of a topic.Publisher Publisher provides a means to publish values to theNamedTopic
.Publisher.FailOnFull The FailOnFull option indicates that theCompletableFuture
returned from thePublisher.publish(V)
operation should complete exceptionally upon identifying that the topic is or has become full.Publisher.OnFailure This option controls how aPublisher
handles a failure of an individualPublisher.publish(V)
call.Publisher.Option A marker interface to indicate that a class is a validPublisher.Option
for aPublisher
.Publisher.OrderBy The OrderBy option specifies the ordering of async operations with respect to one another.Publisher.OrderByValue Publisher.OrderBy
option which computes the unit-of-order based on applyingconstructor's
orderIdFunction parameter
onsent value
.Publisher.Status The status for a successfully published element.Subscriber Subscriber.Channel A representation of a topic channel within subscriber.Subscriber.ChannelOwnershipListener A listener that receives notification of channel ownership changes.Subscriber.ChannelOwnershipListeners A subscriberSubscriber.Option
that allows one or morelisteners
to be added to the subscriber, that will be notified of changes to the subscribers channel ownership.Subscriber.CommitResult The result of a commit request.Subscriber.CommitResultStatus The different result statuses for a commit request.Subscriber.CompleteOnEmpty The CompleteOnEmpty option indicates that theCompletableFuture
returned from theSubscriber.receive()
operation should complete with a nullSubscriber.Element
upon identifying that the topic is or has become empty.Subscriber.Convert The Convert option specifies aValueExtractor
that will convert topic values that a subscriber is interested in receiving prior to sending them to the subscriber.Subscriber.Element Element represents a container for returned values.Subscriber.Filtered The Filtered option specifies a filter that will determine which topic values a subscriber is interested in receiving.Subscriber.Name The Name option is used to specify a subscriber group name.Subscriber.Option A marker interface to indicate that a class is a validSubscriber.Option
for aSubscriber
.TopicDependencies The dependencies for a topic.TopicException A exception that occurred during an operation on aNamedTopic
.