Interface MetadataCollection<V>
-
- All Known Implementing Classes:
MetadataCollectionImpl
public interface MetadataCollection<V> extends Versioned, Metadata
Metadata and collection, used for Multimap- Since:
- 9.2
- Author:
- Katia Aresti, karesti@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<V>
getCollection()
Collection of values with metadata-
Methods inherited from interface org.infinispan.client.hotrod.Metadata
getCreated, getLastUsed, getLifespan, getMaxIdle
-
Methods inherited from interface org.infinispan.client.hotrod.Versioned
getVersion
-
-
-
-
Method Detail
-
getCollection
Collection<V> getCollection()
Collection of values with metadata- Returns:
- the collection
-
-