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. sealed trait CasResult extends AnyRef

  3. trait Client extends BaseClient[Buf]

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

  5. class ConnectedClient extends Client

    A Client connected to an individual Memcached server.

  6. case class Entry(value: Buf, expiry: Time) extends Product with Serializable

  7. class FailureAccrualException extends RequestException

  8. case class GetResult extends Product with Serializable

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

  10. class Interpreter extends AnyRef

    Evaluates a given Memcached operation and returns the result.

  11. class InterpreterService extends Service[Command, Response]

  12. abstract class KetamaClientKey extends AnyRef

  13. class MockClient extends Client

    Map-based mock client for testing

  14. class PHPMemCacheClient extends PartitionedClient

    PHP memcache-client (memcache.

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

    Builder for memcache-client (memcache.

  16. trait PartitionedClient extends Client

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

  17. class PoolingReadRepairClient extends Client

    This class is designed to support replicated memcached setups.

  18. trait ProxyClient extends Client

  19. class RubyMemCacheClient extends PartitionedClient

    Ruby memcache-client (MemCache) compatible client.

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

    Builder for memcache-client (MemCache) compatible client.

  21. trait TwemcacheClient extends Client

  22. trait TwemcacheConnectedClient extends TwemcacheClient

    Twemcache commands implementation.

  23. trait TwemcachePartitionedClient extends TwemcacheClient

    Twemcache commands implemenation for a partitioned client.

  24. trait ZookeeperStateMonitor extends AnyRef

    A zk monitor trait that assists with monitoring a given zk path for any node data change, in which the provided zk data handling implementation will be invoked.

  25. case class KetamaClientBuilder extends Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 2015-02-22) Use the com.twitter.finagle.Memcached builder

  26. class Server extends AnyRef

    An in-process memcached server.

Value Members

  1. object CasResult

  2. object Client

  3. object GetResult extends Serializable

  4. object KetamaClient

  5. object KetamaClientBuilder extends Serializable

  6. object KetamaClientKey

  7. object PHPMemCacheClientBuilder extends Serializable

  8. object PartitionedClient

  9. object TwemcacheClient

  10. object ZookeeperStateMonitor

  11. package exp

  12. package java

  13. package migration

  14. package protocol

  15. package replication

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

  16. package util

Ungrouped