Add additional java api for updated for ORMap (#25926)

* Add additional java api for updated for ORMap

Existing updated is ambiguous from Java with the Scala API.

* Remove warnings from DurablePruningSpec
This commit is contained in:
Christopher Batey 2018-12-04 13:51:41 +00:00 committed by Patrik Nordwall
parent 1a25c8a5ad
commit 14377ae8cf
4 changed files with 52 additions and 3 deletions

View file

@ -7,8 +7,6 @@ package akka.cluster.ddata
import scala.concurrent.duration._
import akka.cluster.Cluster
import akka.cluster.ClusterEvent.InitialStateAsEvents
import akka.cluster.ClusterEvent.MemberUp
import akka.remote.testconductor.RoleName
import akka.remote.testkit.MultiNodeConfig
import akka.remote.testkit.MultiNodeSpec
@ -157,7 +155,7 @@ class DurablePruningSpec extends MultiNodeSpec(DurablePruningSpec) with STMultiN
val cluster3 = Cluster(sys3)
val replicator3 = startReplicator(sys3)
val probe3 = TestProbe()(sys3)
Cluster(sys3).join(node(first).address)
cluster3.join(node(first).address)
within(10.seconds) {
var values = Set.empty[Int]