Uses of Class
org.apache.storm.cluster.ConnectionState
-
Packages that use ConnectionState Package Description org.apache.storm.cluster -
-
Uses of ConnectionState in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return ConnectionState Modifier and Type Method Description static ConnectionState
ConnectionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionState[]
ConnectionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.storm.cluster with parameters of type ConnectionState Modifier and Type Method Description void
ClusterStateListener. stateChanged(ConnectionState newState)
-