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