Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ getObject
Method
getObject
xds/src/main/java/io/grpc/xds/XdsNameResolver.java:1052–1052 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1050
/** An ObjectPool, except it can throw an exception. */
1051
private
interface
XdsClientPool {
1052
XdsClient getObject() throws XdsInitializationException;
1053
1054
XdsClient returnObject(XdsClient xdsClient);
1055
}
Callers
14
setUp
Method · 0.65
everything_okay
Method · 0.65
mainServerDown_fallbackServerUp
Method · 0.65
useBadAuthority
Method · 0.65
both_down_restart_main
Method · 0.65
mainDown_fallbackUp_restart_main
Method · 0.65
connect_then_mainServerRestart_fallbackServerdown
Method · 0.65
used_then_mainServerRestart_fallbackServerUp
Method · 0.65
xdsClient_usesCallCredentials
Method · 0.65
start
Method · 0.65
getObject
Method · 0.65
getConfigForRequest
Method · 0.65
Implementers
12
BootstrappingXdsClientPool
xds/src/main/java/io/grpc/xds/XdsNameR
SupplierXdsClientPool
xds/src/main/java/io/grpc/xds/XdsNameR
FakeChannelPool
s2a/src/test/java/io/grpc/s2a/internal
RefCountedChildPolicyWrapper
rls/src/main/java/io/grpc/rls/LbPolicy
FixedObjectPool
core/src/main/java/io/grpc/internal/Fi
SharedResourcePool
core/src/main/java/io/grpc/internal/Sh
RefCountingObjectPool
inprocess/src/test/java/io/grpc/inproc
HandlerSelectionTest
alts/src/test/java/io/grpc/alts/intern
TrackingObjectPoolForTest
netty/src/test/java/io/grpc/netty/Nett
FakeXdsClientPoolFactory
xds/src/test/java/io/grpc/xds/XdsNameR
RefCountedXdsClientObjectPool
xds/src/main/java/io/grpc/xds/SharedXd
XdsClientResult
xds/src/main/java/io/grpc/xds/Internal
Calls
no outgoing calls
Tested by
9
setUp
Method · 0.52
everything_okay
Method · 0.52
mainServerDown_fallbackServerUp
Method · 0.52
useBadAuthority
Method · 0.52
both_down_restart_main
Method · 0.52
mainDown_fallbackUp_restart_main
Method · 0.52
connect_then_mainServerRestart_fallbackServerdown
Method · 0.52
used_then_mainServerRestart_fallbackServerUp
Method · 0.52
xdsClient_usesCallCredentials
Method · 0.52