public class FastFailoverSettings$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static FastFailoverSettings$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
FastFailoverSettings$() |
| Modifier and Type | Method and Description |
|---|---|
FastFailoverSettings |
apply(akka.actor.ActorSystem system)
Create settings from the default configuration
akka.cluster.fast-failover. |
FastFailoverSettings |
apply(com.typesafe.config.Config config)
Create settings from a configuration with the same layout as
the default configuration
akka.cluster.fast-failover. |
FastFailoverSettings |
create(akka.actor.ActorSystem system)
Java API: Create settings from the default configuration
akka.cluster.fast-failover. |
FastFailoverSettings |
create(com.typesafe.config.Config config)
Java API: Create settings from a configuration with the same layout as
the default configuration
akka.cluster.fast-failover. |
public static final FastFailoverSettings$ MODULE$
public FastFailoverSettings apply(akka.actor.ActorSystem system)
akka.cluster.fast-failover.system - (undocumented)public FastFailoverSettings apply(com.typesafe.config.Config config)
akka.cluster.fast-failover.config - (undocumented)public FastFailoverSettings create(akka.actor.ActorSystem system)
akka.cluster.fast-failover.system - (undocumented)public FastFailoverSettings create(com.typesafe.config.Config config)
akka.cluster.fast-failover.config - (undocumented)