Class

org.sisioh.akka.cluster.custom.downing.strategy.leaderRoles

LeaderAwareCustomAutoDownBase

Related Doc: package leaderRoles

Permalink

abstract class LeaderAwareCustomAutoDownBase extends CustomAutoDownBase

Linear Supertypes
CustomAutoDownBase, Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeaderAwareCustomAutoDownBase
  2. CustomAutoDownBase
  3. Actor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LeaderAwareCustomAutoDownBase(autoDownUnreachableAfter: FiniteDuration)

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Abstract Value Members

  1. abstract def down(node: Address): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  2. abstract def downOrAddPending(member: Member): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  3. abstract def downOrAddPendingAll(members: Members): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  4. abstract def log: LoggingAdapter

    Permalink
    Definition Classes
    CustomAutoDownBase
  5. abstract def scheduler: Scheduler

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  6. abstract def selfAddress: Address

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addPendingUnreachableMember(member: Member): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  5. def addUnreachableMember(member: Member): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  6. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  14. def downPendingUnreachableMembers(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def initialize(state: CurrentClusterState): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LeaderAwareCustomAutoDownBaseCustomAutoDownBase
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isLeader: Boolean

    Permalink
    Attributes
    protected
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def onLeaderChanged(leader: Option[Address]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  26. def onMemberDowned(member: Member): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  27. def onMemberRemoved(member: Member, previousStatus: MemberStatus): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  28. def onRoleLeaderChanged(role: String, leader: Option[Address]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  29. def pendingUnreachableMembers: Members

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  30. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def postStop(): Unit

    Permalink
    Definition Classes
    CustomAutoDownBase → Actor
  32. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  33. def preStart(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  34. def receive: Receive

    Permalink
    Definition Classes
    CustomAutoDownBase → Actor
  35. def receiveEvent: Receive

    Permalink
    Attributes
    protected
    Definition Classes
    LeaderAwareCustomAutoDownBaseCustomAutoDownBase
  36. def removeUnreachableMember(member: Member): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  37. def scheduledUnreachableMembers: MemberCancellables

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  38. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  39. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  40. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  44. def unstableUnreachableMembers: Members

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CustomAutoDownBase

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped