Uses of Interface
org.infinispan.partitionhandling.impl.PartitionHandlingManager
-
Packages that use PartitionHandlingManager Package Description org.infinispan.partitionhandling.impl org.infinispan.scattered.impl org.infinispan.stream.impl org.infinispan.topology org.infinispan.transaction.impl 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 PartitionHandlingManager in org.infinispan.partitionhandling.impl
Classes in org.infinispan.partitionhandling.impl that implement PartitionHandlingManager Modifier and Type Class Description class
AvailablePartitionHandlingManager
PartitionHandlingManager
implementation when the cluster is always available.class
PartitionHandlingManagerImpl
-
Uses of PartitionHandlingManager in org.infinispan.scattered.impl
Classes in org.infinispan.scattered.impl that implement PartitionHandlingManager Modifier and Type Class Description class
ScatteredPartitionHandlingManagerImpl
-
Uses of PartitionHandlingManager in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as PartitionHandlingManager Modifier and Type Field Description protected PartitionHandlingManager
AbstractCacheStream. partition
-
Uses of PartitionHandlingManager in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type PartitionHandlingManager Modifier and Type Method Description CacheTopology
LocalTopologyManager. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, PartitionHandlingManager phm)
Forwards the join request to the coordinator.CacheTopology
LocalTopologyManagerImpl. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, PartitionHandlingManager phm)
-
Uses of PartitionHandlingManager in org.infinispan.transaction.impl
Fields in org.infinispan.transaction.impl declared as PartitionHandlingManager Modifier and Type Field Description protected PartitionHandlingManager
TransactionTable. partitionHandlingManager
-
Uses of PartitionHandlingManager in org.infinispan.util
Methods in org.infinispan.util with parameters of type PartitionHandlingManager Modifier and Type Method Description CacheTopology
AbstractControlledLocalTopologyManager. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, PartitionHandlingManager phm)
-