Liking cljdoc? Tell your friends :D

puppetlabs.services.jruby-pool-manager.impl.reference-pool


flush-if-at-max-borrowsclj

(flush-if-at-max-borrows pool-context instance)

Inputs: [pool-context :- jruby-schemas/PoolContext instance :- JRubyInstance]

Inputs: [pool-context :- jruby-schemas/PoolContext instance :- JRubyInstance]
raw docstring

flush-pool*clj

(flush-pool* pool-context)

Inputs: [pool-context :- jruby-schemas/PoolContext]

Flushes the pool, assuming it has already been locked by the calling function. Do not call this without first locking the pool, or the flush may never complete, since it requires that all references be returned to proceed.

Inputs: [pool-context :- jruby-schemas/PoolContext]

Flushes the pool, assuming it has already been locked by the calling function.
Do not call this without first locking the pool, or the flush may never complete,
since it requires that all references be returned to proceed.
raw docstring

max-borrows-exceededclj

(max-borrows-exceeded current-borrows max-borrows)

Inputs: [current-borrows :- schema/Int max-borrows :- schema/Int] Returns: schema/Bool

Returns true if max-borrows is set and the current borrow count has exceeded the allowed maximum.

Inputs: [current-borrows :- schema/Int max-borrows :- schema/Int]
Returns: schema/Bool

Returns true if max-borrows is set and the current borrow count has
exceeded the allowed maximum.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close