Package org.apache.storm.executor
Class TupleInfo
java.lang.Object
org.apache.storm.executor.TupleInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
long
int
long
void
setMessageId
(Object messageId) void
setRootId
(long rootId) void
void
setTaskId
(int taskId) void
setTimestamp
(long timestamp) void
toString()
-
Constructor Details
-
TupleInfo
public TupleInfo()
-
-
Method Details
-
getMessageId
-
setMessageId
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getStream
-
setStream
-
getValues
-
setValues
-
toString
-
getRootId
public long getRootId() -
setRootId
public void setRootId(long rootId) -
getTaskId
public int getTaskId() -
setTaskId
public void setTaskId(int taskId) -
clear
public void clear()
-