Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ eag
Method
eag
xds/src/main/java/io/grpc/xds/Endpoints.java:60–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
abstract
static
class
LbEndpoint {
59
// The endpoint address to be connected to.
60
abstract EquivalentAddressGroup eag();
61
62
// Endpoint's weight for load balancing. Guaranteed not to be 0.
63
abstract
int
loadBalancingWeight();
Callers
1
edsUpdateToResult
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected