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
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, durableStoreProps: Either[(String, Config), Props], durableKeys: Set[String], pruningMarkerTimeToLive: FiniteDuration, durablePruningMarkerTimeToLive: FiniteDuration, deltaCrdtEnabled: Boolean)

    Permalink
  2. new ReplicatorSettings(role: Option[String], gossipInterval: FiniteDuration, notifySubscribersInterval: FiniteDuration, maxDeltaElements: Int, dispatcher: String, pruningInterval: FiniteDuration, maxPruningDissemination: FiniteDuration, durableStoreProps: Either[(String, Config), Props], durableKeys: Set[String])

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

    Permalink
  4. new ReplicatorSettings(role: Option[String], gossipInterval: FiniteDuration, notifySubscribersInterval: FiniteDuration, maxDeltaElements: Int, dispatcher: String, pruningInterval: FiniteDuration, maxPruningDissemination: FiniteDuration, durableStoreProps: Either[(String, Config), Props], durableKeys: Set[KeyId], pruningMarkerTimeToLive: FiniteDuration, durablePruningMarkerTimeToLive: FiniteDuration, deltaCrdtEnabled: Boolean, maxDeltaSize: Int)

    Permalink
  5. new ReplicatorSettings(roles: Set[String], gossipInterval: FiniteDuration, notifySubscribersInterval: FiniteDuration, maxDeltaElements: Int, dispatcher: String, pruningInterval: FiniteDuration, maxPruningDissemination: FiniteDuration, durableStoreProps: Either[(String, Config), Props], durableKeys: Set[KeyId], pruningMarkerTimeToLive: FiniteDuration, durablePruningMarkerTimeToLive: FiniteDuration, deltaCrdtEnabled: Boolean, maxDeltaSize: Int)

    Permalink

    roles

    Replicas are running on members tagged with these roles. The member must have all given roles. All members are used if empty.

    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.

    durableStoreProps

    Props for the durable store actor, the Left alternative is a tuple of fully qualified actor class name and the config constructor parameter of that class, the Right alternative is the Props of the actor.

    durableKeys

    Keys that are durable. Prefix matching is supported by using * at the end of a key. All entries can be made durable by including "*" in the Set.

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 deltaCrdtEnabled: Boolean

    Permalink
  9. 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.

  10. val durableKeys: Set[KeyId]

    Permalink

    Keys that are durable.

    Keys that are durable. Prefix matching is supported by using * at the end of a key. All entries can be made durable by including "*" in the Set.

  11. val durablePruningMarkerTimeToLive: FiniteDuration

    Permalink
  12. val durableStoreProps: Either[(String, Config), Props]

    Permalink

    Props for the durable store actor, the Left alternative is a tuple of fully qualified actor class name and the config constructor parameter of that class, the Right alternative is the Props of the actor.

  13. 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
  14. 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
  15. 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
  16. 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
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. 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()
  21. final def getClass(): Class[_]

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

    Permalink

    How often the Replicator should send out gossip information.

  23. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  25. 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.

  26. val maxDeltaSize: Int

    Permalink
  27. 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.

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val notifySubscribersInterval: FiniteDuration

    Permalink

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

  32. val pruningInterval: FiniteDuration

    Permalink

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

  33. val pruningMarkerTimeToLive: FiniteDuration

    Permalink
  34. def role: Option[String]

    Permalink
  35. val roles: Set[String]

    Permalink

    Replicas are running on members tagged with these roles.

    Replicas are running on members tagged with these roles. The member must have all given roles. All members are used if empty.

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withDeltaCrdtEnabled(deltaCrdtEnabled: Boolean): ReplicatorSettings

    Permalink
  42. def withDispatcher(dispatcher: String): ReplicatorSettings

    Permalink
  43. def withDurableKeys(durableKeys: Set[String]): ReplicatorSettings

    Permalink

    Java API

  44. def withDurableKeys(durableKeys: Set[KeyId]): ReplicatorSettings

    Permalink

    Scala API

  45. def withDurableStoreProps(durableStoreProps: Props): ReplicatorSettings

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

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

    Permalink
  48. def withMaxDeltaSize(maxDeltaSize: Int): ReplicatorSettings

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

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

    Permalink
  51. def withPruningMarkerTimeToLive(pruningMarkerTimeToLive: FiniteDuration, durablePruningMarkerTimeToLive: FiniteDuration): ReplicatorSettings

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

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

    Permalink
  54. def withRoles(roles: String*): ReplicatorSettings

    Permalink
    Annotations
    @varargs()
  55. 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