Package

fluflu

Permalink

package fluflu

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

Type Members

  1. trait Backoff extends AnyRef

    Permalink
  2. final case class Client(host: String, port: Int, timeout: Long, clientPoolSize: Int, consumerPoolSize: Int, maxConnectRetries: Int, maxWriteRetries: Int, reconnectionBackoff: Backoff, rewriteBackoff: Backoff) extends Product with Serializable

    Permalink
  3. final case class Connection(remote: InetSocketAddress, maxConnectRetries: Int, backoff: Backoff) extends Product with Serializable

    Permalink
  4. final case class ExponentialBackoff(initialDelayNanos: Long, random: Random) extends Backoff with Product with Serializable

    Permalink
  5. final case class Letter(message: ByteBuffer, retries: Int) extends Product with Serializable

    Permalink
  6. final case class Messenger(conn: Connection, letterQueue: ConcurrentLinkedDeque[Letter], timeout: Long, maximumPoolSize: Int, retryHandler: (Letter) ⇒ PartialFunction[Throwable, Unit]) extends Callable[Unit] with Product with Serializable

    Permalink
  7. final case class Writer(host: String, port: Int, timeout: Long, clientPoolSize: Int = 1, messengerPoolSize: Int = 1, maxConnectionRetries: Int = 10, maxWriteRetries: Int = 10, reconnectionBackoff: Backoff, rewriteBackoff: Backoff) extends Product with Serializable

    Permalink

Value Members

  1. object Message

    Permalink
  2. package data

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped