Packages

abstract class CustomAutoDownBase extends Actor

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomAutoDownBase
  2. Actor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CustomAutoDownBase(autoDownUnreachableAfter: FiniteDuration)

Type Members

  1. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Abstract Value Members

  1. abstract def down(node: Address): Unit
    Attributes
    protected
  2. abstract def downOrAddPending(member: Member): Unit
    Attributes
    protected
  3. abstract def downOrAddPendingAll(members: Members): Unit
    Attributes
    protected
  4. abstract def log: LoggingAdapter
  5. abstract def receiveEvent: Receive
    Attributes
    protected
  6. abstract def scheduler: Scheduler
    Attributes
    protected
  7. abstract def selfAddress: Address
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addPendingUnreachableMember(member: Member): Unit
    Attributes
    protected
  5. def addUnreachableMember(member: Member): Unit
    Attributes
    protected
  6. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. implicit val context: ActorContext
    Definition Classes
    Actor
  14. def downPendingUnreachableMembers(): Unit
    Attributes
    protected
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def initialize(state: CurrentClusterState): Unit
    Attributes
    protected
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def onLeaderChanged(leader: Option[Address]): Unit
    Attributes
    protected
  25. def onMemberDowned(member: Member): Unit
    Attributes
    protected
  26. def onMemberRemoved(member: Member, previousStatus: MemberStatus): Unit
    Attributes
    protected
  27. def onRoleLeaderChanged(role: String, leader: Option[Address]): Unit
    Attributes
    protected
  28. def pendingUnreachableMembers: Members
    Attributes
    protected
  29. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  30. def postStop(): Unit
    Definition Classes
    CustomAutoDownBase → Actor
  31. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  32. def preStart(): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  33. def receive: Receive
    Definition Classes
    CustomAutoDownBase → Actor
  34. def removeUnreachableMember(member: Member): Unit
    Attributes
    protected
  35. def scheduledUnreachableMembers: MemberCancellables
    Attributes
    protected
  36. implicit final val self: ActorRef
    Definition Classes
    Actor
  37. final def sender(): ActorRef
    Definition Classes
    Actor
  38. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  42. def unstableUnreachableMembers: Members
    Attributes
    protected
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped