Class ReplicatorSettings


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ReplicatorSettings apply​(ActorSystem<?> system)  
      static ReplicatorSettings apply​(com.typesafe.config.Config config)
      Create settings from a configuration with the same layout as the default configuration akka.cluster.distributed-data.
      static 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
    • Constructor Detail

      • ReplicatorSettings

        public ReplicatorSettings()
    • Method Detail

      • apply

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