Class CacheEntryCollectionImpl<K,V>
- java.lang.Object
-
- org.infinispan.hotrod.impl.multimap.metadata.CacheEntryCollectionImpl<K,V>
-
- All Implemented Interfaces:
org.infinispan.api.common.CacheEntryCollection<K,V>
public class CacheEntryCollectionImpl<K,V> extends Object implements org.infinispan.api.common.CacheEntryCollection<K,V>
The values used in this class are assumed to be in MILLISECONDS- Since:
- 14.0
-
-
Constructor Summary
Constructors Constructor Description CacheEntryCollectionImpl(K key, Collection<V> collection)CacheEntryCollectionImpl(K key, Collection<V> collection, org.infinispan.api.common.CacheEntryMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()Kkey()org.infinispan.api.common.CacheEntryMetadatametadata()StringtoString()Collection<V>values()
-
-
-
Constructor Detail
-
CacheEntryCollectionImpl
public CacheEntryCollectionImpl(K key, Collection<V> collection)
-
CacheEntryCollectionImpl
public CacheEntryCollectionImpl(K key, Collection<V> collection, org.infinispan.api.common.CacheEntryMetadata metadata)
-
-
Method Detail
-
key
public K key()
-
values
public Collection<V> values()
-
metadata
public org.infinispan.api.common.CacheEntryMetadata metadata()
-
-