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
ConstructorsConstructorDescriptionCacheEntryCollectionImpl(K key, Collection<V> collection) CacheEntryCollectionImpl(K key, Collection<V> collection, org.infinispan.api.common.CacheEntryMetadata metadata) -
Method Summary
-
Constructor Details
-
CacheEntryCollectionImpl
-
CacheEntryCollectionImpl
public CacheEntryCollectionImpl(K key, Collection<V> collection, org.infinispan.api.common.CacheEntryMetadata metadata)
-
-
Method Details
-
key
-
values
-
metadata
public org.infinispan.api.common.CacheEntryMetadata metadata() -
equals
-
hashCode
public int hashCode() -
toString
-