Interface MetadataCollection<V>
-
-
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
-
-