Uses of Interface
org.infinispan.client.hotrod.Versioned
-
Packages that use Versioned Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.multimap -
-
Uses of Versioned in org.infinispan.client.hotrod
Subinterfaces of Versioned in org.infinispan.client.hotrod Modifier and Type Interface Description interface
MetadataValue<V>
Besides the value, also contains a version and expiration information.interface
VersionedMetadata
VersionedMetadatainterface
VersionedValue<V>
Besides the key and value, also contains an version. -
Uses of Versioned in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement Versioned Modifier and Type Class Description class
MetadataValueImpl<V>
MetadataValueImpl.class
VersionedMetadataImpl
class
VersionedValueImpl<V>
-
Uses of Versioned in org.infinispan.client.hotrod.multimap
Subinterfaces of Versioned in org.infinispan.client.hotrod.multimap Modifier and Type Interface Description interface
MetadataCollection<V>
Metadata and collection, used for Multimap
-