Class GenericKeyedObjectPool.ObjectQueue

  • Enclosing class:
    GenericKeyedObjectPool<K,​V>

    private class GenericKeyedObjectPool.ObjectQueue
    extends java.lang.Object
    A "struct" that keeps additional information about the actual queue of pooled objects.
    • Constructor Detail

      • ObjectQueue

        private ObjectQueue()
    • Method Detail

      • incrementActiveCount

        void incrementActiveCount()
        Increment the active count for this queue
      • decrementActiveCount

        void decrementActiveCount()
        Decrement the active count for this queue
      • incrementInternalProcessingCount

        void incrementInternalProcessingCount()
        Record the fact that one more instance is queued for creation
      • decrementInternalProcessingCount

        void decrementInternalProcessingCount()
        Decrement the number of instances in process of being created