java-driver
java-driver copied to clipboard
3.x: make TabletMap testable
Currently TabletMap contains private final Cluster.Manager cluster that makes it unreasonably hard to unit test it.
Let's drop private final Cluster.Manager cluster from it and have unit tests for it.