Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ close
Method
close
storm-server/src/main/java/org/apache/storm/LocalDRPC.java:91–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
@Override
92
public
void
close() {
93
ServiceRegistry.unregisterService(this.serviceId);
94
drpc.close();
95
}
96
97
@Override
98
public
void
shutdown() {
Callers
1
shutdown
Method · 0.95
Calls
2
unregisterService
Method · 0.95
close
Method · 0.65
Tested by
no test coverage detected