Class ReplicatorSettings$


  • public class ReplicatorSettings$
    extends java.lang.Object
    Create settings from the default configuration akka.cluster.distributed-data.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ReplicatorSettings$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ReplicatorSettings apply​(ActorSystem<?> system)  
      ReplicatorSettings apply​(com.typesafe.config.Config config)
      Create settings from a configuration with the same layout as the default configuration akka.cluster.distributed-data.
      java.lang.String name​(ActorSystem<?> system)
      INTERNAL API The name of the actor used in DistributedData extensions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final ReplicatorSettings$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ReplicatorSettings$

        public ReplicatorSettings$()
    • Method Detail

      • apply

        public ReplicatorSettings apply​(com.typesafe.config.Config config)
        Create settings from a configuration with the same layout as the default configuration akka.cluster.distributed-data.
        Parameters:
        config - (undocumented)
        Returns:
        (undocumented)
      • name

        public java.lang.String name​(ActorSystem<?> system)
        INTERNAL API The name of the actor used in DistributedData extensions.
        Parameters:
        system - (undocumented)
        Returns:
        (undocumented)