Uses of Interface
io.atomix.client.collection.AsyncDistributedCollection
Packages that use AsyncDistributedCollection
Package
Description
Map abstraction.
Set abstraction.
-
Uses of AsyncDistributedCollection in io.atomix.client.collection
Methods in io.atomix.client.collection that return AsyncDistributedCollection -
Uses of AsyncDistributedCollection in io.atomix.client.map
Methods in io.atomix.client.map that return AsyncDistributedCollectionModifier and TypeMethodDescriptionAsyncDistributedMultimap.entries()Returns a collection of each key-value pair in this map.AsyncAtomicMap.values()Returns the collection of values (and associated versions) contained in this map.AsyncDistributedMap.values()Returns aCollectionview of the values contained in this map. -
Uses of AsyncDistributedCollection in io.atomix.client.set
Subinterfaces of AsyncDistributedCollection in io.atomix.client.setModifier and TypeInterfaceDescriptioninterfaceAsynchronous distributed multiset.interfaceA distributed collection designed for holding unique elements.