change deprecated versions to use Akka in name (#209)
* change deprecated versions to use Akka in name * scalafmt * update markdown
This commit is contained in:
parent
864ee821b9
commit
2df8d99786
78 changed files with 325 additions and 313 deletions
|
|
@ -298,7 +298,7 @@ final class ORMap[A, B <: ReplicatedData] private[pekko] (
|
|||
* passed to the `modify` function.
|
||||
*/
|
||||
@Deprecated
|
||||
@deprecated("use update for the Java API as updated is ambiguous with the Scala API", "2.5.20")
|
||||
@deprecated("use update for the Java API as updated is ambiguous with the Scala API", "Akka 2.5.20")
|
||||
def updated(node: Cluster, key: A, initial: B, modify: java.util.function.Function[B, B]): ORMap[A, B] =
|
||||
updated(node.selfUniqueAddress, key, initial)(value => modify.apply(value))
|
||||
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ final class ReplicatorSettings(
|
|||
val logDataSizeExceeding: Option[Int]) {
|
||||
|
||||
// for backwards compatibility
|
||||
@deprecated("use full constructor", "2.6.11")
|
||||
@deprecated("use full constructor", "Akka 2.6.11")
|
||||
def this(
|
||||
roles: Set[String],
|
||||
gossipInterval: FiniteDuration,
|
||||
|
|
@ -213,7 +213,7 @@ final class ReplicatorSettings(
|
|||
logDataSizeExceeding = Some(10 * 1024))
|
||||
|
||||
// for backwards compatibility
|
||||
@deprecated("use full constructor", "2.6.11")
|
||||
@deprecated("use full constructor", "Akka 2.6.11")
|
||||
def this(
|
||||
roles: Set[String],
|
||||
gossipInterval: FiniteDuration,
|
||||
|
|
@ -245,7 +245,7 @@ final class ReplicatorSettings(
|
|||
preferOldest = false)
|
||||
|
||||
// for backwards compatibility
|
||||
@deprecated("use full constructor", "2.6.11")
|
||||
@deprecated("use full constructor", "Akka 2.6.11")
|
||||
def this(
|
||||
role: Option[String],
|
||||
gossipInterval: FiniteDuration,
|
||||
|
|
@ -276,7 +276,7 @@ final class ReplicatorSettings(
|
|||
maxDeltaSize)
|
||||
|
||||
// For backwards compatibility
|
||||
@deprecated("use full constructor", "2.6.11")
|
||||
@deprecated("use full constructor", "Akka 2.6.11")
|
||||
def this(
|
||||
role: Option[String],
|
||||
gossipInterval: FiniteDuration,
|
||||
|
|
@ -301,7 +301,7 @@ final class ReplicatorSettings(
|
|||
200)
|
||||
|
||||
// For backwards compatibility
|
||||
@deprecated("use full constructor", "2.6.11")
|
||||
@deprecated("use full constructor", "Akka 2.6.11")
|
||||
def this(
|
||||
role: Option[String],
|
||||
gossipInterval: FiniteDuration,
|
||||
|
|
@ -328,7 +328,7 @@ final class ReplicatorSettings(
|
|||
200)
|
||||
|
||||
// For backwards compatibility
|
||||
@deprecated("use full constructor", "2.6.11")
|
||||
@deprecated("use full constructor", "Akka 2.6.11")
|
||||
def this(
|
||||
role: Option[String],
|
||||
gossipInterval: FiniteDuration,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue