Class RouteSegmentedConnPool.Segment

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.concurrent.atomic.AtomicInteger allocated  
      (package private) java.util.concurrent.ConcurrentLinkedDeque<PoolEntry<R,​C>> available  
      (package private) java.util.concurrent.atomic.AtomicBoolean enqueued  
      (package private) java.util.concurrent.ConcurrentLinkedDeque<RouteSegmentedConnPool.Waiter> waiters  
    • Constructor Summary

      Constructors 
      Constructor Description
      Segment()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int limitPerRoute​(R route)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • allocated

        final java.util.concurrent.atomic.AtomicInteger allocated
      • enqueued

        final java.util.concurrent.atomic.AtomicBoolean enqueued
    • Constructor Detail

      • Segment

        Segment()
    • Method Detail

      • limitPerRoute

        int limitPerRoute​(R route)