Package | Description |
---|---|
org.apache.storm.messaging | |
org.apache.storm.messaging.netty | |
org.apache.storm.utils |
Modifier and Type | Method and Description |
---|---|
void |
IConnectionCallback.recv(List<TaskMessage> batch)
A batch of new messages have arrived to be processed
|
void |
DeserializingConnectionCallback.recv(List<TaskMessage> batch) |
void |
IConnection.send(Iterator<TaskMessage> msgs)
send batch messages
|
Modifier and Type | Method and Description |
---|---|
org.apache.storm.messaging.netty.MessageBatch |
MessageBuffer.add(TaskMessage msg) |
Modifier and Type | Method and Description |
---|---|
void |
Client.send(Iterator<TaskMessage> msgs)
Enqueue task messages to be sent to the remote destination (cf.
|
Modifier and Type | Method and Description |
---|---|
void |
TransferDrainer.add(HashMap<Integer,ArrayList<TaskMessage>> taskTupleSetMap) |
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.