Searched refs:OobChannel (Results 1 – 3 of 3) sorted by relevance
66 final class OobChannel extends ManagedChannel implements InternalInstrumented<ChannelStats> { class67 private static final Logger log = Logger.getLogger(OobChannel.class.getName());103 OobChannel( in OobChannel() method in OobChannel
177 private final Set<OobChannel> oobChannels = new HashSet<OobChannel>(1, .75f);241 for (OobChannel oobChannel : oobChannels) { in maybeShutdownNowSubchannels()890 for (OobChannel oobChannel : oobChannels) { in resetConnectBackoff()1155 final OobChannel oobChannel = new OobChannel( in createOobChannel()1224 checkArgument(channel instanceof OobChannel, in updateOobChannelAddresses()1226 ((OobChannel) channel).updateAddresses(eag); in updateOobChannelAddresses()
376 OobChannel oob = (OobChannel) helper.createOobChannel(addressGroup, AUTHORITY); in channelzMembership_oob()1348 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, "oobAuthority"); in subtestRefreshNameResolutionWhenConnectionFailed()2310 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, "authority"); in channelTracing_oobChannelStateChangeEvent()2326 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, "authority"); in channelTracing_oobChannelCreationEvents()2474 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, "oobauthority"); in channelsAndSubchannels_oob_instrumented0()2536 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, authority); in channelsAndSubchannels_oob_instrumented_name()2544 OobChannel oobChannel = (OobChannel) helper.createOobChannel(addressGroup, "oobauthority"); in channelsAndSubchannels_oob_instrumented_state()