Modifier and Type | Method | Description |
---|---|---|
LoadBalancer.Subchannel |
LoadBalancer.Helper.createSubchannel(EquivalentAddressGroup addrs,
Attributes attrs) |
Deprecated.
|
LoadBalancer.Subchannel |
LoadBalancer.Helper.createSubchannel(LoadBalancer.CreateSubchannelArgs args) |
Creates a Subchannel, which is a logical connection to the given group of addresses which are
considered equivalent.
|
LoadBalancer.Subchannel |
LoadBalancer.Helper.createSubchannel(java.util.List<EquivalentAddressGroup> addrs,
Attributes attrs) |
Deprecated.
|
LoadBalancer.Subchannel |
LoadBalancer.PickResult.getSubchannel() |
The Subchannel if this result was created by
withSubchannel() , or
null otherwise. |
Modifier and Type | Method | Description |
---|---|---|
void |
LoadBalancer.handleSubchannelState(LoadBalancer.Subchannel subchannel,
ConnectivityStateInfo stateInfo) |
Deprecated.
This method will be removed.
|
void |
LoadBalancer.Helper.updateSubchannelAddresses(LoadBalancer.Subchannel subchannel,
EquivalentAddressGroup addrs) |
Deprecated.
|
void |
LoadBalancer.Helper.updateSubchannelAddresses(LoadBalancer.Subchannel subchannel,
java.util.List<EquivalentAddressGroup> addrs) |
Deprecated.
|
static LoadBalancer.PickResult |
LoadBalancer.PickResult.withSubchannel(LoadBalancer.Subchannel subchannel) |
Equivalent to
withSubchannel(subchannel, null) . |
static LoadBalancer.PickResult |
LoadBalancer.PickResult.withSubchannel(LoadBalancer.Subchannel subchannel,
ClientStreamTracer.Factory streamTracerFactory) |
A decision to proceed the RPC on a Subchannel.
|