Uses of Interface
io.atomix.client.set.AsyncDistributedSet
Packages that use AsyncDistributedSet
-
Uses of AsyncDistributedSet in io.atomix.client.map
Methods in io.atomix.client.map that return AsyncDistributedSetModifier and TypeMethodDescriptionAsyncAtomicMap.entrySet()Returns the set of entries contained in this map.AsyncDistributedMap.entrySet()Returns aSetview of the mappings contained in this map.AsyncAtomicMap.keySet()Returns a Set view of the keys contained in this map.AsyncDistributedMap.keySet()Returns aSetview of the keys contained in this map.AsyncDistributedMultimap.keySet()Returns a set of the keys contained in this multimap with one or more associated values. -
Uses of AsyncDistributedSet in io.atomix.client.set
Methods in io.atomix.client.set that return AsyncDistributedSetModifier and TypeMethodDescriptionDistributedSet.async()AsyncDistributedMultiset.elementSet()Returns the set of distinct elements contained in this multiset.AsyncDistributedSet<com.google.common.collect.Multiset.Entry<E>>AsyncDistributedMultiset.entrySet()Returns a view of the contents of this multiset, grouped intoMultiset.Entryinstances, each providing an element of the multiset and the count of that element.