Class

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

QuorumLeaderAutoDownBase

Related Doc: package quorumLeader

Permalink

abstract class QuorumLeaderAutoDownBase extends QuorumAwareCustomAutoDownBase

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

Instance Constructors

  1. new QuorumLeaderAutoDownBase(quorumRole: Option[String], quorumSize: Int, downIfOutOfQuorum: Boolean, 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 log: LoggingAdapter

    Permalink
    Definition Classes
    CustomAutoDownBase
  3. abstract def scheduler: Scheduler

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

    Permalink
    Attributes
    protected
    Definition Classes
    CustomAutoDownBase
  5. 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 downOrAddPending(member: Member): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumLeaderAutoDownBaseCustomAutoDownBase
  15. def downOrAddPendingAll(members: Members): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumLeaderAutoDownBaseCustomAutoDownBase
  16. def downPendingUnreachableMembers(): Unit

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumAwareCustomAutoDownBaseCustomAutoDownBase
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isLeader: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumAwareCustomAutoDownBase
  24. def isLeaderOf(quorumRole: Option[String]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumAwareCustomAutoDownBase
  25. def isQuorumMet(role: Option[String]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumAwareCustomAutoDownBase
  26. def isQuorumMetAfterDown(members: Members, role: Option[String]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumAwareCustomAutoDownBase
  27. def isRoleLeaderOf(role: String): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumAwareCustomAutoDownBase
  28. def isUnreachableStable: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumAwareCustomAutoDownBase
  29. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumLeaderAutoDownBaseCustomAutoDownBase
  33. def onMemberDowned(member: Member): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumLeaderAutoDownBaseCustomAutoDownBase
  36. def pendingUnreachableMembers: Members

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumAwareCustomAutoDownBaseCustomAutoDownBase
  43. def removeMember(member: Member): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumAwareCustomAutoDownBase
  44. def removeUnreachableMember(member: Member): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    QuorumAwareCustomAutoDownBase
  46. def scheduledUnreachableMembers: MemberCancellables

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

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

    Permalink
    Definition Classes
    Actor
  49. def supervisorStrategy: SupervisorStrategy

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

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

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

    Permalink
    Definition Classes
    Actor
  53. def unstableUnreachableMembers: Members

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

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

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