|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IConnection | |
|---|---|
| backtype.storm.messaging | |
| backtype.storm.messaging.netty | |
| backtype.storm.utils | |
| Uses of IConnection in backtype.storm.messaging |
|---|
| Methods in backtype.storm.messaging that return IConnection | |
|---|---|
IConnection |
IContext.bind(String storm_id,
int port)
This method establishes a server side connection |
IConnection |
IContext.connect(String storm_id,
String host,
int port)
This method establish a client side connection to a remote server |
| Uses of IConnection in backtype.storm.messaging.netty |
|---|
| Classes in backtype.storm.messaging.netty that implement IConnection | |
|---|---|
class |
Client
|
| Methods in backtype.storm.messaging.netty that return IConnection | |
|---|---|
IConnection |
Context.bind(String storm_id,
int port)
establish a server with a binding port |
IConnection |
Context.connect(String storm_id,
String host,
int port)
establish a connection to a remote server |
| Uses of IConnection in backtype.storm.utils |
|---|
| Method parameters in backtype.storm.utils with type arguments of type IConnection | |
|---|---|
void |
TransferDrainer.send(HashMap<String,IConnection> connections)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||