Packages

package actor

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class ClusterMonitoringActor extends Actor with ActorLazyLogging
  2. class ConnectionPoolActor extends Actor with LazyLogging
  3. final class RedisConnectionActor extends Actor with ActorLazyLogging
  4. final class RedisOperationActor extends Actor with ActorLazyLogging

    Implements execution of RedisOp (sequence of redis operations).

    Implements execution of RedisOp (sequence of redis operations). Separate RedisOperationActor is spawned of every RedisOp and lives only to execute that single RedisOp.

    Author: ghik Created: 11/04/16.

Ungrouped