Uses of Interface
org.infinispan.client.hotrod.VersionedValue
-
Packages that use VersionedValue Package Description org.infinispan.client.hotrod Hot Rod client API. -
-
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.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
-