Initial implementation of EventuallyConsistentMap.
The map uses the gossip schemes to replicate data between instances. It seems to work for basic add and remove use cases right now, no anti-entropy yet. ONOS-844. Change-Id: I7d05a7b532e40c95ab14e2c8911f18514bd0a8ca
Showing
6 changed files
with
332 additions
and
0 deletions
core/store/dist/src/main/java/org/onosproject/store/impl/EventuallyConsistentMapEvent.java
0 → 100644
core/store/dist/src/main/java/org/onosproject/store/impl/EventuallyConsistentMapImpl.java
0 → 100644
This diff is collapsed. Click to expand it.
core/store/dist/src/main/java/org/onosproject/store/impl/EventuallyConsistentMapListener.java
0 → 100644
-
Please register or login to post a comment