Uses of Interface
io.atomix.client.set.DistributedSet
Packages that use DistributedSet
-
Uses of DistributedSet in io.atomix.client.map
Methods in io.atomix.client.map that return DistributedSetModifier and TypeMethodDescriptionAtomicMap.entrySet()Returns the set of entries contained in this map.DistributedMap.entrySet()AtomicMap.keySet()Returns a Set view of the keys contained in this map.DistributedMap.keySet()DistributedMultimap.keySet()Returns a set of the keys contained in this multimap with one or more associated values. -
Uses of DistributedSet in io.atomix.client.set
Methods in io.atomix.client.set that return DistributedSetModifier and TypeMethodDescriptionDistributedMultiset.elementSet()DistributedSet<com.google.common.collect.Multiset.Entry<E>>DistributedMultiset.entrySet()default DistributedSet<E>AsyncDistributedSet.sync()default DistributedSet<E>