Uses of Class
org.apache.ignite.spi.discovery.tcp.internal.TcpDiscoverySpiState
-
Packages that use TcpDiscoverySpiState Package Description org.apache.ignite.spi.discovery.tcp.internal Contains internal implementation. -
-
Uses of TcpDiscoverySpiState in org.apache.ignite.spi.discovery.tcp.internal
Methods in org.apache.ignite.spi.discovery.tcp.internal that return TcpDiscoverySpiState Modifier and Type Method Description static TcpDiscoverySpiStateTcpDiscoverySpiState. valueOf(String name)Returns the enum constant of this type with the specified name.static TcpDiscoverySpiState[]TcpDiscoverySpiState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-