Uses of Enum
org.apache.storm.messaging.ConnectionWithStatus.Status
-
Uses of ConnectionWithStatus.Status in org.apache.storm.messaging
Modifier and TypeMethodDescriptionabstract ConnectionWithStatus.Status
ConnectionWithStatus.status()
whether this connection is available to transfer data.static ConnectionWithStatus.Status
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
Modifier and TypeMethodDescriptionClient.status()
Note: Storm will check via this method whether a worker can be activated safely during the initial startup of a topology.