Uses of Class
backtype.storm.messaging.TaskMessage

Packages that use TaskMessage
backtype.storm.messaging   
backtype.storm.messaging.netty   
backtype.storm.utils   
 

Uses of TaskMessage in backtype.storm.messaging
 

Methods in backtype.storm.messaging that return types with arguments of type TaskMessage
 Iterator<TaskMessage> IConnection.recv(int flags, int clientId)
          receive a batch message iterator (consists taskId and payload)
 

Method parameters in backtype.storm.messaging with type arguments of type TaskMessage
 void IConnection.send(Iterator<TaskMessage> msgs)
          send batch messages
 

Uses of TaskMessage in backtype.storm.messaging.netty
 

Methods in backtype.storm.messaging.netty that return types with arguments of type TaskMessage
 Iterator<TaskMessage> Client.recv(int flags, int clientId)
           
 

Method parameters in backtype.storm.messaging.netty with type arguments of type TaskMessage
 void Client.send(Iterator<TaskMessage> msgs)
          Enqueue task messages to be sent to server
 

Uses of TaskMessage in backtype.storm.utils
 

Method parameters in backtype.storm.utils with type arguments of type TaskMessage
 void TransferDrainer.add(HashMap<String,ArrayList<TaskMessage>> workerTupleSetMap)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.