Package | Description |
---|---|
org.infinispan.client.hotrod | |
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.impl.operations |
Modifier and Type | Interface and Description |
---|---|
interface |
MetadataValue<V>
Besides the value, also contains a version and expiration information.
|
Modifier and Type | Method and Description |
---|---|
VersionedValue<V> |
RemoteCache.getVersioned(K key)
Returns the
VersionedValue associated to the supplied key param, or null if it doesn't exist. |
Modifier and Type | Class and Description |
---|---|
class |
MetadataValueImpl<V>
MetadataValueImpl.
|
class |
VersionedValueImpl<V> |
Modifier and Type | Method and Description |
---|---|
VersionedValue<V> |
RemoteCacheImpl.getVersioned(K key) |
Modifier and Type | Method and Description |
---|---|
protected VersionedValue<byte[]> |
GetWithVersionOperation.executeOperation(Transport transport)
Deprecated.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.