Package

com.github.j5ik2o.reactive

memcached

Permalink

package memcached

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

Type Members

  1. final case class FOPConfig(maxSizePerPeer: Option[Int] = None, minSizePerPeer: Option[Int] = None, maxWaitDuration: Option[FiniteDuration] = None, maxIdleDuration: Option[FiniteDuration] = None, partitionSizePerPeer: Option[Int] = None, scavengeInterval: Option[FiniteDuration] = None, scavengeRatio: Option[Double] = None, validationTimeout: Option[FiniteDuration] = None) extends Product with Serializable

    Permalink
  2. final case class FOPConnection(underlying: Poolable[MemcachedConnection]) extends MemcachedConnection with Product with Serializable

    Permalink
  3. final case class FOPConnectionWithIndex(index: Int, memcachedConnection: MemcachedConnection) extends MemcachedConnection with Product with Serializable

    Permalink
  4. final class FOPPool extends MemcachedConnectionPool[Task]

    Permalink
  5. type ReaderMemcachedConnection[M[_], A] = Kleisli[M, MemcachedConnection, A]

    Permalink
  6. type ReaderTTask[C, A] = Kleisli[Task, C, A]

    Permalink
  7. type ReaderTTaskMemcachedConnection[A] = Kleisli[Task, MemcachedConnection, A]

    Permalink

Value Members

  1. object FOPPool

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped