Uses of Class
org.apache.storm.messaging.ConnectionWithStatus.Status
-
Packages that use ConnectionWithStatus.Status Package Description org.apache.storm.messaging org.apache.storm.messaging.netty -
-
Uses of ConnectionWithStatus.Status in org.apache.storm.messaging
Methods in org.apache.storm.messaging that return ConnectionWithStatus.Status Modifier and Type Method Description abstract ConnectionWithStatus.Status
ConnectionWithStatus. status()
whether this connection is available to transfer data.static ConnectionWithStatus.Status
ConnectionWithStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionWithStatus.Status[]
ConnectionWithStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectionWithStatus.Status in org.apache.storm.messaging.netty
Methods in org.apache.storm.messaging.netty that return ConnectionWithStatus.Status Modifier and Type Method Description ConnectionWithStatus.Status
Client. status()
Note: Storm will check via this method whether a worker can be activated safely during the initial startup of a topology.
-