server

actors

package actors

Visibility
  1. Public
  2. All

Type Members

  1. trait ClusterAwareActor extends Actor

    Trait that gives to an actor the nextAddress method, should be extended from actors that needs to create actors in other nodes of the cluster.

  2. class Doorkeeper extends Actor with ActorLogging

    The actor that represents the entry point to the server.

  3. class IndexManager extends ReplyActor

    An IndexManager represents a map of Actorbase.

  4. class Main extends ReplyActor

    Actor that executes the messages from the client.

  5. class MapManager extends ReplyActor

    A MapManager actor represents a database of Actorbase.

  6. trait ReplyActor extends ClusterAwareActor with ActorLogging

    Interface that gives an actor the ability to reply and log.

  7. class Storemanager extends ReplyActor

    A Storemanager manages data stored in RAM

  8. class Usermanager extends ReplyActor

    This actor handles TCP requests from the client.

  9. class Warehouseman extends ReplyActor

    Manages the filesystem writing and reading on the sisk.

Ungrouped