Uses of Interface
org.infinispan.client.hotrod.multimap.MetadataCollection
-
Packages that use MetadataCollection Package Description org.infinispan.client.hotrod.impl.multimap org.infinispan.client.hotrod.impl.multimap.metadata org.infinispan.client.hotrod.multimap -
-
Uses of MetadataCollection in org.infinispan.client.hotrod.impl.multimap
Methods in org.infinispan.client.hotrod.impl.multimap that return types with arguments of type MetadataCollection Modifier and Type Method Description CompletableFuture<MetadataCollection<V>>
RemoteMultimapCacheImpl. getWithMetadata(K key)
-
Uses of MetadataCollection in org.infinispan.client.hotrod.impl.multimap.metadata
Classes in org.infinispan.client.hotrod.impl.multimap.metadata that implement MetadataCollection Modifier and Type Class Description class
MetadataCollectionImpl<V>
The values used in this class are assumed to be in MILLISECONDS -
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 CompletableFuture<MetadataCollection<V>>
RemoteMultimapCache. getWithMetadata(K key)
Returns aMetadataCollection
of the values associated with key in this multimap cache, if any.
-