Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ addOutputStream
Method
addOutputStream
storm-client/src/jvm/org/apache/storm/streams/Node.java:139–141 ·
view source on GitHub ↗
(String streamId)
Source
from the content-addressed store, hash-verified
137
}
138
139
void
addOutputStream(String streamId) {
140
outputStreams.add(streamId);
141
}
142
143
public
boolean emitsPair() {
144
return
emitsPair;
Callers
1
branch
Method · 0.95
Calls
1
add
Method · 0.65
Tested by
no test coverage detected