Searched refs:setSockets (Results 1 – 4 of 4) sorted by relevance
160 .setSockets(Collections.<InternalWithLogId>emptyList())
614 .setSockets(ImmutableList.<InternalWithLogId>of(socket)) in toSubchannel_socketChildren()625 .setSockets(ImmutableList.<InternalWithLogId>of(socket, otherSocket)) in toSubchannel_socketChildren()925 builder.setSockets(stats.sockets); in toBuilder()
509 builder.setSockets(transportsSnapshot); in getStats()
455 public Builder setSockets(List<InternalWithLogId> sockets) { in setSockets() method in InternalChannelz.ChannelStats.Builder