Home
last modified time | relevance | path

Searched refs:oobChannels (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DManagedChannelImpl.java177 private final Set<OobChannel> oobChannels = new HashSet<OobChannel>(1, .75f); field in ManagedChannelImpl
241 for (OobChannel oobChannel : oobChannels) { in maybeShutdownNowSubchannels()
265 children.addAll(oobChannels); in getStats()
832 if (shutdown.get() && subchannels.isEmpty() && oobChannels.isEmpty()) { in maybeTerminateChannel()
890 for (OobChannel oobChannel : oobChannels) { in resetConnectBackoff()
1170 oobChannels.remove(oobChannel); in createOobChannel()
1213 oobChannels.add(oobChannel); in createOobChannel()