final class ClusterSingletonManagerSettings extends NoSerializationVerificationNeeded

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterSingletonManagerSettings
  2. NoSerializationVerificationNeeded
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClusterSingletonManagerSettings(singletonName: String, role: Option[String], removalMargin: FiniteDuration, handOverRetryInterval: FiniteDuration)

    singletonName

    The actor name of the child singleton actor.

    role

    Singleton among the nodes tagged with specified role. If the role is not specified it's a singleton among all nodes in the cluster.

    removalMargin

    Margin until the singleton instance that belonged to a downed/removed partition is created in surviving partition. The purpose of this margin is that in case of a network partition the singleton actors in the non-surviving partitions must be stopped before corresponding actors are started somewhere else. This is especially important for persistent actors.

    handOverRetryInterval

    When a node is becoming oldest it sends hand-over request to previous oldest, that might be leaving the cluster. This is retried with this interval until the previous oldest confirms that the hand over has started or the previous oldest member is removed from the cluster (+ removalMargin).

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ClusterSingletonManagerSettings to any2stringadd[ClusterSingletonManagerSettings] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ClusterSingletonManagerSettings, B)
    Implicit
    This member is added by an implicit conversion from ClusterSingletonManagerSettings to ArrowAssoc[ClusterSingletonManagerSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. def ensuring(cond: (ClusterSingletonManagerSettings) ⇒ Boolean, msg: ⇒ Any): ClusterSingletonManagerSettings
    Implicit
    This member is added by an implicit conversion from ClusterSingletonManagerSettings to Ensuring[ClusterSingletonManagerSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (ClusterSingletonManagerSettings) ⇒ Boolean): ClusterSingletonManagerSettings
    Implicit
    This member is added by an implicit conversion from ClusterSingletonManagerSettings to Ensuring[ClusterSingletonManagerSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): ClusterSingletonManagerSettings
    Implicit
    This member is added by an implicit conversion from ClusterSingletonManagerSettings to Ensuring[ClusterSingletonManagerSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): ClusterSingletonManagerSettings
    Implicit
    This member is added by an implicit conversion from ClusterSingletonManagerSettings to Ensuring[ClusterSingletonManagerSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ClusterSingletonManagerSettings to StringFormat[ClusterSingletonManagerSettings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val handOverRetryInterval: FiniteDuration
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val removalMargin: FiniteDuration
  23. val role: Option[String]
  24. val singletonName: String
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withHandOverRetryInterval(retryInterval: Duration): ClusterSingletonManagerSettings
  31. def withHandOverRetryInterval(retryInterval: FiniteDuration): ClusterSingletonManagerSettings
  32. def withRemovalMargin(removalMargin: Duration): ClusterSingletonManagerSettings
  33. def withRemovalMargin(removalMargin: FiniteDuration): ClusterSingletonManagerSettings
  34. def withRole(role: Option[String]): ClusterSingletonManagerSettings
  35. def withRole(role: String): ClusterSingletonManagerSettings
  36. def withSingletonName(name: String): ClusterSingletonManagerSettings
  37. def [B](y: B): (ClusterSingletonManagerSettings, B)
    Implicit
    This member is added by an implicit conversion from ClusterSingletonManagerSettings to ArrowAssoc[ClusterSingletonManagerSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    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 AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ClusterSingletonManagerSettings to any2stringadd[ClusterSingletonManagerSettings]

Inherited by implicit conversion StringFormat from ClusterSingletonManagerSettings to StringFormat[ClusterSingletonManagerSettings]

Inherited by implicit conversion Ensuring from ClusterSingletonManagerSettings to Ensuring[ClusterSingletonManagerSettings]

Inherited by implicit conversion ArrowAssoc from ClusterSingletonManagerSettings to ArrowAssoc[ClusterSingletonManagerSettings]

Ungrouped