Uses of Interface
org.infinispan.client.hotrod.multimap.MetadataCollection
-
Packages that use MetadataCollection Package Description org.infinispan.client.hotrod.multimap -
-
Uses of MetadataCollection in org.infinispan.client.hotrod.multimap
Methods in org.infinispan.client.hotrod.multimap that return types with arguments of type MetadataCollection Modifier and Type Method Description java.util.concurrent.CompletableFuture<MetadataCollection<V>>
RemoteMultimapCache. getWithMetadata(K key)
Returns aMetadataCollection
of the values associated with key in this multimap cache, if any.
-