final class ClusterSingletonManagerSettings extends AnyRef
- Alphabetic
- By Inheritance
- ClusterSingletonManagerSettings
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val handOverRetryInterval: FiniteDuration
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val removalMargin: FiniteDuration
- val role: Option[String]
- val singletonName: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withHandOverRetryInterval(retryInterval: Duration): ClusterSingletonManagerSettings
- def withHandOverRetryInterval(retryInterval: FiniteDuration): ClusterSingletonManagerSettings
- def withRemovalMargin(removalMargin: Duration): ClusterSingletonManagerSettings
- def withRemovalMargin(removalMargin: FiniteDuration): ClusterSingletonManagerSettings
- def withRole(role: Option[String]): ClusterSingletonManagerSettings
- def withRole(role: String): ClusterSingletonManagerSettings
- def withSingletonName(name: String): ClusterSingletonManagerSettings
-
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