Uses of Interface
org.infinispan.topology.LocalTopologyManager
-
Packages that use LocalTopologyManager Package Description org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.topology org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of LocalTopologyManager in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as LocalTopologyManager Modifier and Type Field Description protected LocalTopologyManager
StateConsumerImpl. localTopologyManager
-
Uses of LocalTopologyManager in org.infinispan.topology
Classes in org.infinispan.topology that implement LocalTopologyManager Modifier and Type Class Description class
LocalTopologyManagerImpl
TheLocalTopologyManager
implementation. -
Uses of LocalTopologyManager in org.infinispan.util
Classes in org.infinispan.util that implement LocalTopologyManager Modifier and Type Class Description class
AbstractControlledLocalTopologyManager
Class to be extended to allow some control over the local topology manager when testing Infinispan.Constructors in org.infinispan.util with parameters of type LocalTopologyManager Constructor Description AbstractControlledLocalTopologyManager(LocalTopologyManager delegate)
-