Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ newInstance
Method
newInstance
xds/src/main/java/io/grpc/xds/CsdsService.java:76–78 ·
view source on GitHub ↗
Creates an instance.
()
Source
from the content-addressed store, hash-verified
74
75
/** Creates an instance. */
76
public
static
CsdsService newInstance() {
77
return
new
CsdsService();
78
}
79
80
@Override
81
public
ServerServiceDefinition bindService() {
Callers
1
fetchClientConfig_xdsClientPoolNotInitialized
Method · 0.95
Calls
no outgoing calls
Tested by
1
fetchClientConfig_xdsClientPoolNotInitialized
Method · 0.76