Packages

final class KeyPoolBuilder[F[_], A, B] extends AnyRef

Source
KeyPoolBuilder.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyPoolBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def build: Resource[F, KeyPool[F, A, B]]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def doOnCreate(f: (B) => F[Unit]): KeyPoolBuilder[F, A, B]
  8. def doOnDestroy(f: (B) => F[Unit]): KeyPoolBuilder[F, A, B]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. val idleTimeAllowedInPool: Duration
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val kpCreate: (A) => F[B]
  16. val kpDefaultReuseState: Reusable
  17. val kpDestroy: (B) => F[Unit]
  18. val kpMaxPerKey: (A) => Int
  19. val kpMaxTotal: Int
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val onReaperException: (Throwable) => F[Unit]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. def withDefaultReuseState(defaultReuseState: Reusable): KeyPoolBuilder[F, A, B]
  30. def withIdleTimeAllowedInPool(duration: Duration): KeyPoolBuilder[F, A, B]
  31. def withMaxPerKey(f: (A) => Int): KeyPoolBuilder[F, A, B]
  32. def withMaxTotal(total: Int): KeyPoolBuilder[F, A, B]
  33. def withOnReaperException(f: (Throwable) => F[Unit]): KeyPoolBuilder[F, A, B]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped