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 -
-
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>
RemoteCacheImpl. getVersioned(K key)
-