Class

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

MajorityAwareCustomAutoDownBase

Related Doc: package majorityLeader

Permalink

abstract class MajorityAwareCustomAutoDownBase extends CustomAutoDownBase with SplitBrainResolver

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

Instance Constructors

  1. new MajorityAwareCustomAutoDownBase(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
  7. abstract def shutdownSelf(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SplitBrainResolver

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
    MajorityAwareCustomAutoDownBaseCustomAutoDownBase
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isLeader: Boolean

    Permalink
    Attributes
    protected
  22. def isLeaderOf(majorityRole: Option[String]): Boolean

    Permalink
    Attributes
    protected
  23. def isMajority(role: Option[String]): Boolean

    Permalink
    Attributes
    protected
  24. def isMajorityAfterDown(members: Members, role: Option[String]): Boolean

    Permalink
    Attributes
    protected
  25. def isRoleLeaderOf(role: String): Boolean

    Permalink
    Attributes
    protected
  26. def majorityMemberOf(role: Option[String]): SortedMembersByMajority

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    MajorityAwareCustomAutoDownBaseCustomAutoDownBase
  41. def removeMember(member: Member): Unit

    Permalink
    Attributes
    protected
  42. def removeUnreachableMember(member: Member): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  43. def replaceMember(member: Member): Unit

    Permalink
    Attributes
    protected
  44. def scheduledUnreachableMembers: MemberCancellables

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

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

    Permalink
    Definition Classes
    Actor
  47. def supervisorStrategy: SupervisorStrategy

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

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

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

    Permalink
    Definition Classes
    Actor
  51. def unstableUnreachableMembers: Members

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. 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 SplitBrainResolver

Inherited from CustomAutoDownBase

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped