Package | Description |
---|---|
org.apache.storm.messaging | |
org.apache.storm.messaging.netty |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.