Searched defs:timerService (Results 1 – 6 of 6) sorted by relevance
41 private ScheduledExecutorService timerService; field in CachedSubchannelPool47 public void init(Helper helper, ScheduledExecutorService timerService) { in init()
36 void init(Helper helper, ScheduledExecutorService timerService); in init()
52 private ScheduledExecutorService timerService; field in GrpclbLoadBalancer
113 private final ScheduledExecutorService timerService; field in GrpclbState153 ScheduledExecutorService timerService, in GrpclbState()
159 private final ScheduledExecutorService timerService; field in InProcessChannelBuilder.InProcessClientTransportFactory
250 ScheduledExecutorService timerService = fakeClock.getScheduledExecutorService(); in setUp() local