Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ call
Method
call
src/RegionClient.java:485–487 ·
view source on GitHub ↗
(final T ignored)
Source
from the content-addressed store, hash-verified
483
this.nrpcs = nrpcs;
484
}
485
public
Deferred<Object> call(
final
T ignored) {
486
return
shutdown();
487
}
488
public
String toString() {
489
return
"wait until "
+ nrpcs +
" RPCs complete"
;
490
}
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected