Uses of Class
org.infinispan.client.hotrod.impl.topology.ClusterInfo
-
Packages that use ClusterInfo Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.topology -
-
Uses of ClusterInfo in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return ClusterInfo Modifier and Type Method Description ClusterInfoTopologyInfo. getCluster()Methods in org.infinispan.client.hotrod.impl 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.client.hotrod.impl with parameters of type ClusterInfo Constructor Description TopologyInfo(Configuration configuration, ClusterInfo clusterInfo) -
Uses of ClusterInfo in org.infinispan.client.hotrod.impl.topology
Methods in org.infinispan.client.hotrod.impl.topology that return ClusterInfo Modifier and Type Method Description ClusterInfoClusterInfo. withTopologyAge(int topologyAge)Methods in org.infinispan.client.hotrod.impl.topology that return types with arguments of type ClusterInfo Modifier and Type Method Description CompletableFuture<ClusterInfo>ClusterInfo. getClusterSwitchFuture()
-