Package org.apache.storm.messaging
Class ConnectionWithStatus
java.lang.Object
org.apache.storm.messaging.ConnectionWithStatus
- All Implemented Interfaces:
AutoCloseable
,IConnection
- Direct Known Subclasses:
Client
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ConnectionWithStatus.Status
status()
whether this connection is available to transfer data.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.storm.messaging.IConnection
close, getLoad, getPort, send, sendBackPressureStatus, sendLoadMetrics
-
Constructor Details
-
ConnectionWithStatus
public ConnectionWithStatus()
-
-
Method Details
-
status
whether this connection is available to transfer data.
-