Interface MetadataCollection<V>
Metadata and collection, used for Multimap
- Since:
- 9.2
- Author:
- Katia Aresti, karesti@redhat.com
-
Method Summary
Modifier and TypeMethodDescriptionCollection of values with metadataMethods inherited from interface org.infinispan.client.hotrod.Metadata
getCreated, getLastUsed, getLifespan, getMaxIdle
Methods inherited from interface org.infinispan.client.hotrod.Versioned
getVersion
-
Method Details
-
getCollection
Collection<V> getCollection()Collection of values with metadata- Returns:
- the collection
-