Typed Distributed Data requires untyped Cluster [#25746](https://github.com/akka/akka/issues/25746)
This commit is contained in:
parent
2c145cd3c3
commit
8a44fca087
44 changed files with 656 additions and 368 deletions
|
|
@ -4,13 +4,11 @@
|
|||
|
||||
package akka.cluster.ddata;
|
||||
|
||||
import akka.cluster.Cluster;
|
||||
|
||||
public class ORMultiMapTest {
|
||||
|
||||
public void compileOnlyORMultiMapTest() {
|
||||
// primarily to check API accessibility with overloads/types
|
||||
Cluster node = null;
|
||||
SelfUniqueAddress node = null;
|
||||
ORMultiMap<String, String> orMultiMap = ORMultiMap.create();
|
||||
orMultiMap.addBinding(node, "a", "1");
|
||||
orMultiMap.removeBinding(node, "a", "1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue