Class LoomGSet<E>
java.lang.Object
com.loomcache.client.LoomGSet<E>
Client-side grow-only set CRDT proxy.
A G-Set supports monotonic additions only. There is intentionally no remove or clear operation because either would violate CRDT merge safety.
-
Method Summary
-
Method Details
-
add
-
contains
-
size
public int size() -
isEmpty
public boolean isEmpty() -
members
-