Uses of Interface
org.infinispan.reactive.publisher.impl.LocalPublisherManager
-
Packages that use LocalPublisherManager Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.reactive.publisher.impl -
-
Uses of LocalPublisherManager in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type LocalPublisherManager Modifier and Type Method Description ComponentRef<LocalPublisherManager>ComponentRegistry. getLocalPublisherManager() -
Uses of LocalPublisherManager in org.infinispan.reactive.publisher.impl
Classes in org.infinispan.reactive.publisher.impl that implement LocalPublisherManager Modifier and Type Class Description classLocalPublisherManagerImpl<K,V>LocalPublisherManager that publishes entries from the local node only.classNonSegmentedLocalPublisherManagerImpl<K,V>LocalPublisherManager that handles cases when a non segmented store are present.
-