Modifier and Type | Method | Description |
---|---|---|
ManagedChannel |
ForwardingChannelBuilder.build() |
Returns the
ManagedChannel built by the delegate by default. |
abstract ManagedChannel |
ManagedChannelBuilder.build() |
Builds a channel using the given parameters.
|
abstract ManagedChannel |
LoadBalancer.Helper.createOobChannel(EquivalentAddressGroup eag,
java.lang.String authority) |
Out-of-band channel for LoadBalancer’s own RPC needs, e.g., talking to an external
load-balancer service.
|
ManagedChannel |
LoadBalancer.Helper.createResolvingOobChannel(java.lang.String target) |
Creates an out-of-band channel for LoadBalancer's own RPC needs, e.g., talking to an external
load-balancer service, that is specified by a target string.
|
abstract ManagedChannel |
ManagedChannel.shutdown() |
Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately
cancelled.
|
abstract ManagedChannel |
ManagedChannel.shutdownNow() |
Initiates a forceful shutdown in which preexisting and new calls are cancelled.
|
Modifier and Type | Method | Description |
---|---|---|
void |
LoadBalancer.Helper.updateOobChannelAddresses(ManagedChannel channel,
EquivalentAddressGroup eag) |
Updates the addresses used for connections in the
Channel that was created by LoadBalancer.Helper.createOobChannel(EquivalentAddressGroup, String) . |