Package | Description |
---|---|
backtype.storm.messaging | |
backtype.storm.messaging.netty | |
backtype.storm.utils |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
Client |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
TransferDrainer.send(HashMap<String,IConnection> connections) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.