Uses of Interface
org.infinispan.client.hotrod.multimap.MetadataCollection
Packages that use MetadataCollection
Package
Description
-
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 -
Uses of MetadataCollection in org.infinispan.client.hotrod.impl.multimap.metadata
Classes in org.infinispan.client.hotrod.impl.multimap.metadata that implement MetadataCollectionModifier and TypeClassDescriptionclassThe 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 MetadataCollectionModifier and TypeMethodDescriptionRemoteMultimapCache.getWithMetadata(K key) Returns aMetadataCollection<V>of the values associated with key in this multimap cache, if any.