akka.cluster
Class InternalClusterAction

java.lang.Object
  extended by akka.cluster.InternalClusterAction

public class InternalClusterAction
extends java.lang.Object

INTERNAL API


Nested Class Summary
static class InternalClusterAction.AddOnMemberUpListener
          Comand to ClusterDaemon to create a OnMemberUpListener.
static class InternalClusterAction.AddOnMemberUpListener$
           
static class InternalClusterAction.GetClusterCoreRef$
           
static class InternalClusterAction.GossipSpeedupTick$
           
static class InternalClusterAction.GossipTick$
           
static class InternalClusterAction.InitJoin$
           
static class InternalClusterAction.InitJoinAck
           
static class InternalClusterAction.InitJoinAck$
           
static class InternalClusterAction.InitJoinNack
           
static class InternalClusterAction.InitJoinNack$
           
static class InternalClusterAction.Join
          Command to join the cluster.
static class InternalClusterAction.Join$
           
static class InternalClusterAction.JoinSeedNode$
          Start message of the process to join one of the seed nodes.
static class InternalClusterAction.JoinSeedNodes
          Command to initiate the process to join the specified seed nodes.
static class InternalClusterAction.JoinSeedNodes$
           
static class InternalClusterAction.LeaderActionsTick$
           
static class InternalClusterAction.MetricsTick$
           
static class InternalClusterAction.PublishChanges
           
static class InternalClusterAction.PublishChanges$
           
static class InternalClusterAction.PublishCurrentClusterState
          param: receiver if receiver is defined the event will only be sent to that actor, otherwise it will be sent to all subscribers via the eventStream.
static class InternalClusterAction.PublishCurrentClusterState$
           
static class InternalClusterAction.PublisherCreated
           
static class InternalClusterAction.PublisherCreated$
           
static class InternalClusterAction.PublishEvent
           
static class InternalClusterAction.PublishEvent$
           
static interface InternalClusterAction.PublishMessage
           
static class InternalClusterAction.PublishStatsTick$
           
static class InternalClusterAction.ReapUnreachableTick$
           
static class InternalClusterAction.SendGossipTo
           
static class InternalClusterAction.SendGossipTo$
           
static class InternalClusterAction.Subscribe
           
static class InternalClusterAction.Subscribe$
           
static interface InternalClusterAction.SubscriptionMessage
           
static interface InternalClusterAction.Tick
          Marker interface for periodic tick messages
static class InternalClusterAction.Unsubscribe
           
static class InternalClusterAction.Unsubscribe$
           
static class InternalClusterAction.Welcome
          Reply to Join param: from the sender node in the cluster, i.e.
static class InternalClusterAction.Welcome$
           
 
Constructor Summary
InternalClusterAction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalClusterAction

public InternalClusterAction()