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.impl.multimap.operations
Methods in org.infinispan.client.hotrod.impl.multimap.operations that return MetadataCollectionModifier and TypeMethodDescriptionGetKeyWithMetadataMultimapOperation.createResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller) Methods in org.infinispan.client.hotrod.impl.multimap.operations that return types with arguments of type MetadataCollectionModifier and TypeMethodDescription<K,V> HotRodOperation <MetadataCollection<V>> DefaultMultimapOperationsFactory.newGetKeyWithMetadataMultimapOperation(K key, boolean supportsDuplicates) <K,V> HotRodOperation <MetadataCollection<V>> DelegatingMultimapOperationsFactory.newGetKeyWithMetadataMultimapOperation(K key, boolean supportsDuplicates) <K,V> HotRodOperation <MetadataCollection<V>> MultimapOperationsFactory.newGetKeyWithMetadataMultimapOperation(K key, boolean supportsDuplicates) <K,V> HotRodOperation <MetadataCollection<V>> RoutingMultimapOperationsFactory.newGetKeyWithMetadataMultimapOperation(K key, boolean supportsDuplicates) -
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.