Uses of Class
backtype.storm.tuple.MessageId

Packages that use MessageId
backtype.storm.tuple   
 

Uses of MessageId in backtype.storm.tuple
 

Methods in backtype.storm.tuple that return MessageId
static MessageId MessageId.deserialize(com.esotericsoftware.kryo.io.Input in)
           
 MessageId TupleImpl.getMessageId()
           
 MessageId Tuple.getMessageId()
          Gets the message id that associated with this tuple.
static MessageId MessageId.makeId(Map<Long,Long> anchorsToIds)
           
static MessageId MessageId.makeRootId(long id, long val)
           
static MessageId MessageId.makeUnanchored()
           
 

Constructors in backtype.storm.tuple with parameters of type MessageId
TupleImpl(GeneralTopologyContext context, List<Object> values, int taskId, String streamId, MessageId id)
           
 



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