Uses of Class
org.infinispan.client.hotrod.impl.transport.netty.ChannelFactory.ClusterSwitchStatus
-
Packages that use ChannelFactory.ClusterSwitchStatus Package Description org.infinispan.client.hotrod.impl.transport.netty -
-
Uses of ChannelFactory.ClusterSwitchStatus in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty that return ChannelFactory.ClusterSwitchStatus Modifier and Type Method Description static ChannelFactory.ClusterSwitchStatus
ChannelFactory.ClusterSwitchStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChannelFactory.ClusterSwitchStatus[]
ChannelFactory.ClusterSwitchStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.client.hotrod.impl.transport.netty that return types with arguments of type ChannelFactory.ClusterSwitchStatus Modifier and Type Method Description CompletableFuture<ChannelFactory.ClusterSwitchStatus>
ChannelFactory. trySwitchCluster(String failedClusterName, byte[] cacheName)
-