|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionedValue | |
---|---|
org.infinispan.client.hotrod | |
org.infinispan.client.hotrod.impl |
Uses of VersionedValue in org.infinispan.client.hotrod |
---|
Methods in org.infinispan.client.hotrod that return VersionedValue | |
---|---|
VersionedValue |
RemoteCache.getVersioned(K key)
Returns the VersionedValue associated to the supplied key param, or null if it doesn't exist. |
Uses of VersionedValue in org.infinispan.client.hotrod.impl |
---|
Classes in org.infinispan.client.hotrod.impl that implement VersionedValue | |
---|---|
class |
VersionedValueImpl<V>
|
Methods in org.infinispan.client.hotrod.impl that return VersionedValue | |
---|---|
VersionedValue<V> |
RemoteCacheImpl.getVersioned(K key)
|
|
--> |