Package

com.twitter.finagle

partitioning

Permalink

package partitioning

Visibility
  1. Public
  2. All

Type Members

  1. class FailureAccrualException extends RequestException

    Permalink
  2. sealed trait HashNodeKey extends AnyRef

    Permalink

    Provides hashing key information of the com.twitter.hashing.HashNodes on consistent-hashing hash ring.

  3. abstract class KetamaClientKey extends AnyRef

    Permalink
  4. case class PartitionNode(host: String, port: Int, weight: Int, key: Option[String] = None) extends SocketAddress with Product with Serializable

    Permalink

Value Members

  1. object HashNodeKey

    Permalink

    Constructs HashNodeKey based on the PartitionNode address.

    Constructs HashNodeKey based on the PartitionNode address. It can be either a "host:port" format or custom format.

  2. object KetamaClientKey

    Permalink
  3. object PartitionNode extends Serializable

    Permalink
  4. object PartitioningService

    Permalink
  5. package param

    Permalink
  6. package zk

    Permalink

Ungrouped