server

package server

Visibility
  1. Public
  2. All

Type Members

  1. trait ClusterListener extends Actor with ActorLogging

    Trait actor responsible of keeping the addresses of the nodes marked as UP in the cluster.

  2. class RemoteAssistant extends Actor

    RemoteAssistant is an actor that the SettingsManager deploys on every node up in cluster.

  3. class SettingsManager extends ClusterListener

    SettingsManager is an actor that keeps the StaticSettings equal in all nodes of the cluster.

Value Members

  1. object DistributionStrategy

    DistributionStrategy are used to manage the location of actors in the Cluster.

  2. object Server

    The Actorbase server, contains the main method of the server-side application of Actorbase.

  3. object StaticSettings

    Contains the list of reference of all StoreManager actors

  4. package actors

  5. package enums

  6. package messages

  7. package utils

Ungrouped