Class/Object

akka.cluster.ddata

ReplicatorSettings

Related Docs: object ReplicatorSettings | package ddata

Permalink

final class ReplicatorSettings extends AnyRef

Source
Replicator.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReplicatorSettings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReplicatorSettings(role: Option[String], gossipInterval: FiniteDuration, notifySubscribersInterval: FiniteDuration, maxDeltaElements: Int, dispatcher: String, pruningInterval: FiniteDuration, maxPruningDissemination: FiniteDuration)

    Permalink

    role

    Replicas are running on members tagged with this role. All members are used if undefined.

    gossipInterval

    How often the Replicator should send out gossip information.

    notifySubscribersInterval

    How often the subscribers will be notified of changes, if any.

    maxDeltaElements

    Maximum number of entries to transfer in one gossip message when synchronizing the replicas. Next chunk will be transferred in next round of gossip.

    dispatcher

    Id of the dispatcher to use for Replicator actors. If not specified ("") the default dispatcher is used.

    pruningInterval

    How often the Replicator checks for pruning of data associated with removed cluster nodes.

    maxPruningDissemination

    How long time it takes (worst case) to spread the data to all other replica nodes. This is used when initiating and completing the pruning process of data associated with removed cluster nodes. The time measurement is stopped when any replica is unreachable, so it should be configured to worst case in a healthy cluster.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorSettings to any2stringadd[ReplicatorSettings] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ReplicatorSettings, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorSettings to ArrowAssoc[ReplicatorSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val dispatcher: String

    Permalink

    Id of the dispatcher to use for Replicator actors.

    Id of the dispatcher to use for Replicator actors. If not specified ("") the default dispatcher is used.

  9. def ensuring(cond: (ReplicatorSettings) ⇒ Boolean, msg: ⇒ Any): ReplicatorSettings

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorSettings to Ensuring[ReplicatorSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (ReplicatorSettings) ⇒ Boolean): ReplicatorSettings

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorSettings to Ensuring[ReplicatorSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): ReplicatorSettings

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorSettings to Ensuring[ReplicatorSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): ReplicatorSettings

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorSettings to Ensuring[ReplicatorSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorSettings to StringFormat[ReplicatorSettings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. val gossipInterval: FiniteDuration

    Permalink

    How often the Replicator should send out gossip information.

  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val maxDeltaElements: Int

    Permalink

    Maximum number of entries to transfer in one gossip message when synchronizing the replicas.

    Maximum number of entries to transfer in one gossip message when synchronizing the replicas. Next chunk will be transferred in next round of gossip.

  22. val maxPruningDissemination: FiniteDuration

    Permalink

    How long time it takes (worst case) to spread the data to all other replica nodes.

    How long time it takes (worst case) to spread the data to all other replica nodes. This is used when initiating and completing the pruning process of data associated with removed cluster nodes. The time measurement is stopped when any replica is unreachable, so it should be configured to worst case in a healthy cluster.

  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val notifySubscribersInterval: FiniteDuration

    Permalink

    How often the subscribers will be notified of changes, if any.

  27. val pruningInterval: FiniteDuration

    Permalink

    How often the Replicator checks for pruning of data associated with removed cluster nodes.

  28. val role: Option[String]

    Permalink

    Replicas are running on members tagged with this role.

    Replicas are running on members tagged with this role. All members are used if undefined.

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withDispatcher(dispatcher: String): ReplicatorSettings

    Permalink
  35. def withGossipInterval(gossipInterval: FiniteDuration): ReplicatorSettings

    Permalink
  36. def withMaxDeltaElements(maxDeltaElements: Int): ReplicatorSettings

    Permalink
  37. def withNotifySubscribersInterval(notifySubscribersInterval: FiniteDuration): ReplicatorSettings

    Permalink
  38. def withPruning(pruningInterval: FiniteDuration, maxPruningDissemination: FiniteDuration): ReplicatorSettings

    Permalink
  39. def withRole(role: Option[String]): ReplicatorSettings

    Permalink
  40. def withRole(role: String): ReplicatorSettings

    Permalink
  41. def [B](y: B): (ReplicatorSettings, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorSettings to ArrowAssoc[ReplicatorSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ReplicatorSettings to any2stringadd[ReplicatorSettings]

Inherited by implicit conversion StringFormat from ReplicatorSettings to StringFormat[ReplicatorSettings]

Inherited by implicit conversion Ensuring from ReplicatorSettings to Ensuring[ReplicatorSettings]

Inherited by implicit conversion ArrowAssoc from ReplicatorSettings to ArrowAssoc[ReplicatorSettings]

Ungrouped