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 -
-
Uses of PartitionHandlingManager in org.infinispan.partitionhandling.impl
Classes in org.infinispan.partitionhandling.impl that implement PartitionHandlingManager Modifier and Type Class Description classAvailablePartitionHandlingManagerPartitionHandlingManagerimplementation when the cluster is always available.classPartitionHandlingManagerImpl -
Uses of PartitionHandlingManager in org.infinispan.scattered.impl
Classes in org.infinispan.scattered.impl that implement PartitionHandlingManager Modifier and Type Class Description classScatteredPartitionHandlingManagerImpl -
Uses of PartitionHandlingManager in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as PartitionHandlingManager Modifier and Type Field Description protected PartitionHandlingManagerAbstractCacheStream. partition -
Uses of PartitionHandlingManager in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type PartitionHandlingManager Modifier and Type Method Description CompletionStage<CacheTopology>LocalTopologyManager. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, PartitionHandlingManager phm)Forwards the join request to the coordinator.CompletionStage<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 PartitionHandlingManagerTransactionTable. partitionHandlingManager
-