Uses of Interface
org.infinispan.reactive.publisher.impl.SegmentPublisherSupplier.Notification
Packages that use SegmentPublisherSupplier.Notification
Package
Description
Cache-specific notifications and eventing.Transfer of state to new caches in a cluster.
-
Uses of SegmentPublisherSupplier.Notification in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type SegmentPublisherSupplier.NotificationModifier and TypeMethodDescriptionorg.reactivestreams.Publisher<CacheEntry<K, V>> QueueingSegmentListener.apply(SegmentPublisherSupplier.Notification<CacheEntry<K, V>> cacheEntryNotification) This should be invoked on a notification before actually processing the data. -
Uses of SegmentPublisherSupplier.Notification in org.infinispan.reactive.publisher.impl
Subinterfaces of SegmentPublisherSupplier.Notification in org.infinispan.reactive.publisher.implModifier and TypeInterfaceDescriptionstatic interfaceNotification that can also contains lost segments.Methods in org.infinispan.reactive.publisher.impl that return types with arguments of type SegmentPublisherSupplier.NotificationModifier and TypeMethodDescriptionorg.reactivestreams.Publisher<SegmentPublisherSupplier.Notification<R>> SegmentPublisherSupplier.publisherWithSegments() -
Uses of SegmentPublisherSupplier.Notification in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return types with arguments of type SegmentPublisherSupplier.NotificationModifier and TypeMethodDescriptionprotected io.reactivex.rxjava3.core.Flowable<SegmentPublisherSupplier.Notification<InternalCacheEntry<?, ?>>> StateProviderImpl.readEntries(org.infinispan.commons.util.IntSet segments) Method parameters in org.infinispan.statetransfer with type arguments of type SegmentPublisherSupplier.NotificationModifier and TypeMethodDescriptionOutboundTransferTask.execute(io.reactivex.rxjava3.core.Flowable<SegmentPublisherSupplier.Notification<InternalCacheEntry<?, ?>>> notifications) Starts sending entries from the data container and the first loader with fetch persistent data enabled to the target node.