Uses of Class
org.infinispan.hotrod.impl.topology.ClusterInfo
-
Packages that use ClusterInfo Package Description org.infinispan.hotrod.impl.cache org.infinispan.hotrod.impl.topology -
-
Uses of ClusterInfo in org.infinispan.hotrod.impl.cache
Methods in org.infinispan.hotrod.impl.cache that return ClusterInfo Modifier and Type Method Description ClusterInfoTopologyInfo. getCluster()Methods in org.infinispan.hotrod.impl.cache with parameters of type ClusterInfo Modifier and Type Method Description voidTopologyInfo. switchCluster(ClusterInfo newCluster)Switch to another cluster and update the topologies of all caches with its initial server list.Constructors in org.infinispan.hotrod.impl.cache with parameters of type ClusterInfo Constructor Description TopologyInfo(HotRodConfiguration configuration, ClusterInfo clusterInfo) -
Uses of ClusterInfo in org.infinispan.hotrod.impl.topology
Methods in org.infinispan.hotrod.impl.topology that return ClusterInfo Modifier and Type Method Description ClusterInfoClusterInfo. withTopologyAge(int topologyAge)
-