Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ clear
Method
clear
storm-client/src/jvm/org/apache/storm/executor/TupleInfo.java:85–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
public
void
clear() {
86
messageId = null;
87
stream = null;
88
values = null;
89
timestamp = 0;
90
rootId = 0;
91
}
92
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected