Rename PersistentBehavior (#25721)

Migrated InternalProtocol with least refactor changes, in the end.
This commit is contained in:
Helena Edelson 2018-12-03 21:06:25 -08:00 committed by Patrik Nordwall
parent 7afd847758
commit dbfe6f38c7
63 changed files with 386 additions and 426 deletions

View file

@ -6,7 +6,6 @@ package akka.cluster.sharding
import akka.actor._
import akka.cluster.{ Cluster, MemberStatus, MultiNodeClusterSpec }
import akka.cluster.ClusterEvent.CurrentClusterState
import akka.remote.testconductor.RoleName
import akka.remote.testkit.{ MultiNodeConfig, MultiNodeSpec, STMultiNodeSpec }
import akka.testkit.{ TestDuration, TestProbe }