Uses of Interface
org.infinispan.client.hotrod.VersionedValue
-
Packages that use VersionedValue Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.transaction.entry -
-
Uses of VersionedValue in org.infinispan.client.hotrod
Subinterfaces of VersionedValue in org.infinispan.client.hotrod Modifier and Type Interface Description interfaceMetadataValue<V>Besides the value, also contains a version and expiration information. -
Uses of VersionedValue in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement VersionedValue Modifier and Type Class Description classMetadataValueImpl<V>MetadataValueImpl.classVersionedValueImpl<V> -
Uses of VersionedValue in org.infinispan.client.hotrod.impl.transaction.entry
Methods in org.infinispan.client.hotrod.impl.transaction.entry that return VersionedValue Modifier and Type Method Description VersionedValue<V>TransactionEntry. toVersionValue()
-