Uses of Package
org.infinispan.reactive.publisher.impl
-
Packages that use org.infinispan.reactive.publisher.impl Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.reactive.publisher.impl org.infinispan.reactive.publisher.impl.commands.batch org.infinispan.reactive.publisher.impl.commands.reduction org.infinispan.stream.impl -
Classes in org.infinispan.reactive.publisher.impl used by org.infinispan.commands Class Description DeliveryGuarantee Enumeration defining the possible delivery guarantees for entries. -
Classes in org.infinispan.reactive.publisher.impl used by org.infinispan.factories Class Description LocalPublisherManager Handles locally publishing entries from the cache.PublisherHandler Handler for holding publisher results between requests of data -
Classes in org.infinispan.reactive.publisher.impl used by org.infinispan.reactive.publisher.impl Class Description ClusterPublisherManager Manages distribution of various publisher operations that are ran locally and/or sent to remote nodes.ClusterPublisherManagerImpl ClusterPublisherManager that determines targets for the given segments and/or keys and then sends to local and remote nodes in parallel collecting results to be returned.DeliveryGuarantee Enumeration defining the possible delivery guarantees for entries.LocalPublisherManager Handles locally publishing entries from the cache.LocalPublisherManagerImpl LocalPublisherManager that publishes entries from the local node only.SegmentAwarePublisher This is the same asSegmentCompletionPublisherexcept that it also allows listening for when a segment is lost.SegmentCompletionPublisher APublisherthat also notifies in a thread safe manner when a segment has sent all values upstream. -
Classes in org.infinispan.reactive.publisher.impl used by org.infinispan.reactive.publisher.impl.commands.batch Class Description DeliveryGuarantee Enumeration defining the possible delivery guarantees for entries. -
Classes in org.infinispan.reactive.publisher.impl used by org.infinispan.reactive.publisher.impl.commands.reduction Class Description DeliveryGuarantee Enumeration defining the possible delivery guarantees for entries. -
Classes in org.infinispan.reactive.publisher.impl used by org.infinispan.stream.impl Class Description ClusterPublisherManager Manages distribution of various publisher operations that are ran locally and/or sent to remote nodes.ModifiedValueFunction This is a special interface that can mark a Function so that a user can know if the actual value will change when the function is applied or not.