Package

shade.memcached

internals

Permalink

package internals

Visibility
  1. Public
  2. All

Type Members

  1. case class FailedResult(key: String, state: Status) extends Result[Nothing] with Product with Serializable

    Permalink
  2. case class FinishedResult[T](result: Try[Result[T]]) extends PartialResult[T] with Product with Serializable

    Permalink
  3. case class FutureResult[T](result: Future[Result[T]]) extends PartialResult[T] with Product with Serializable

    Permalink
  4. final class MutablePartialResult[T] extends AnyRef

    Permalink
  5. sealed trait PartialResult[+T] extends AnyRef

    Permalink
  6. sealed trait Result[+T] extends AnyRef

    Permalink
  7. class Slf4jLogger extends AbstractLogger

    Permalink
  8. class SpyMemcachedIntegration extends SpyObject with ConnectionObserver

    Permalink

    Hooking in the SpyMemcached Internals.

  9. sealed trait Status extends Product with Serializable

    Permalink
  10. case class SuccessfulResult[+T](key: String, result: T) extends Result[T] with Product with Serializable

    Permalink
  11. final case class UnhandledStatus(statusClass: Class[_], message: String) extends Status with Product with Serializable

    Permalink

Value Members

  1. object CASExistsStatus extends Status with Product with Serializable

    Permalink
  2. object CASNotFoundStatus extends Status with Product with Serializable

    Permalink
  3. object CASObserveErrorInArgs extends Status with Product with Serializable

    Permalink
  4. object CASObserveModified extends Status with Product with Serializable

    Permalink
  5. object CASObserveTimeout extends Status with Product with Serializable

    Permalink
  6. object CASSuccessStatus extends Status with Product with Serializable

    Permalink
  7. object CancelledStatus extends Status with Product with Serializable

    Permalink
  8. object IllegalCompleteStatus extends Status with Product with Serializable

    Permalink
  9. object NoResultAvailable extends PartialResult[Nothing] with Product with Serializable

    Permalink
  10. object TimedOutStatus extends Status with Product with Serializable

    Permalink
  11. object UnhandledStatus extends Serializable

    Permalink

Ungrouped