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 org.infinispan.client.hotrod.impl.transaction.entry org.infinispan.client.hotrod.near -
-
Uses of VersionedValue in org.infinispan.client.hotrod
Subinterfaces of VersionedValue in org.infinispan.client.hotrod Modifier and Type Interface Description interface
MetadataValue<V>
Besides the value, also contains a version and expiration information.Methods in org.infinispan.client.hotrod that return VersionedValue Modifier and Type Method Description VersionedValue<V>
RemoteCache. getVersioned(K key)
Deprecated.UseRemoteCache.getWithMetadata(Object)
instead -
Uses of VersionedValue in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement VersionedValue Modifier and Type Class Description class
MetadataValueImpl<V>
MetadataValueImpl.class
VersionedValueImpl<V>
Methods in org.infinispan.client.hotrod.impl that return VersionedValue Modifier and Type Method Description VersionedValue<V>
InvalidatedNearRemoteCache. getVersioned(K key)
VersionedValue<V>
RemoteCacheImpl. getVersioned(K key)
-
Uses of VersionedValue in org.infinispan.client.hotrod.impl.transaction
Methods in org.infinispan.client.hotrod.impl.transaction that return VersionedValue Modifier and Type Method Description VersionedValue<V>
TransactionalRemoteCacheImpl. getVersioned(K key)
-
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()
-
Uses of VersionedValue in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near that return VersionedValue Modifier and Type Method Description VersionedValue<V>
NearCacheService. get(K key)
Methods in org.infinispan.client.hotrod.near with parameters of type VersionedValue Modifier and Type Method Description void
NearCacheService. put(K key, VersionedValue<V> value)
void
NearCacheService. putIfAbsent(K key, VersionedValue<V> value)
-