Package akka.cluster.ddata
Class ReplicatorSettings$
- java.lang.Object
 - 
- akka.cluster.ddata.ReplicatorSettings$
 
 
- 
public class ReplicatorSettings$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ReplicatorSettings$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ReplicatorSettings$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicatorSettingsapply(ActorSystem system)Create settings from the default configurationakka.cluster.distributed-data.ReplicatorSettingsapply(com.typesafe.config.Config config)Create settings from a configuration with the same layout as the default configurationakka.cluster.distributed-data. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ReplicatorSettings$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
apply
public ReplicatorSettings apply(ActorSystem system)
Create settings from the default configurationakka.cluster.distributed-data. 
- 
apply
public ReplicatorSettings apply(com.typesafe.config.Config config)
Create settings from a configuration with the same layout as the default configurationakka.cluster.distributed-data. 
 - 
 
 -