Package

akka.contrib.cluster

ddata

Permalink

package ddata

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ReplicatingActor extends EmptyActor

    Permalink

    Base behavior for any actor that is to handle replicated state.

    Base behavior for any actor that is to handle replicated state. To be used in conjunction with any of the stack-able actors e.g. BundleExecutionState, BundleInfoState etc. Concrete implementers should ensure that super.receive is called so that the stack-able traits can handle their related events.

Value Members

  1. object ORMapState

    Permalink

    Useful helper methods for ORMap - particularly around managing change.

  2. object ORMultiMapState

    Permalink

    Useful helper methods for ORMultiMap - particularly around managing change.

  3. object ORSetState

    Permalink

    Useful helper methods for ORSet - particularly around managing change.

Ungrouped