com.twitter.finagle

memcached

package memcached

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseClient[T] extends AnyRef

    A friendly client to talk to a Memcached server.

  2. trait Client extends BaseClient[ChannelBuffer]

  3. class ClientAdaptor[T] extends BaseClient[T] with Proxy

  4. class ConnectedClient extends Client

    A Client connected to an individual Memcached server.

  5. case class Entry(value: ChannelBuffer, expiry: Time) extends Product with Serializable

  6. case class GetResult extends Product with Serializable

  7. case class GetsResult(getResult: GetResult) extends Product with Serializable

  8. class Interpreter extends AnyRef

    Evalutes a given Memcached operation and returns the result.

  9. class InterpreterService extends Service[Command, Response]

  10. class KetamaClient extends PartitionedClient

  11. case class KetamaClientBuilder extends Product with Serializable

  12. abstract class KetamaClientKey extends AnyRef

  13. class KetamaFailureAccrualFactory[Req, Rep] extends FailureAccrualFactory[Req, Rep]

  14. class MockClient extends Client

    Map-based mock client for testing

  15. class PHPMemCacheClient extends PartitionedClient

    PHP memcache-client (memcache.

  16. case class PHPMemCacheClientBuilder(_nodes: Seq[(String, Int, Int)], _hashName: Option[String], _clientBuilder: Option[ClientBuilder[_, _, _, _, Yes]]) extends Product with Serializable

    Builder for memcache-client (memcache.

  17. trait PartitionedClient extends Client

    A partitioned client is a client that delegates to an actual client based on the key value.

  18. class PoolingReadRepairClient extends Client

    This class is designed to support replicated memcached setups.

  19. trait ProxyClient extends Client

  20. class RubyMemCacheClient extends PartitionedClient

    Ruby memcache-client (MemCache) compatible client.

  21. case class RubyMemCacheClientBuilder(_nodes: Seq[(String, Int, Int)], _clientBuilder: Option[ClientBuilder[_, _, _, _, Yes]]) extends Product with Serializable

    Builder for memcache-client (MemCache) compatible client.

  22. trait TwemcacheClient extends Client

  23. trait TwemcacheConnectedClient extends TwemcacheClient

    Twemcache commands implementation.

  24. trait TwemcachePartitionedClient extends TwemcacheClient

    Twemcache commands implemenation for a partitioned client.

  25. class Server extends AnyRef

    An in-process memcached server.

Value Members

  1. object Client

  2. object GetResult extends Serializable

  3. object KetamaClient

  4. object KetamaClientBuilder extends Serializable

  5. object KetamaClientKey

  6. object PHPMemCacheClientBuilder extends Serializable

  7. object PartitionedClient

  8. object TwemcacheClient

  9. package java

  10. package migration

  11. package protocol

  12. package replication

    Package replication implements a base cache client that can manage multiple cache replicas.

  13. package util

Ungrouped