Package | Description |
---|---|
org.infinispan.client.hotrod |
HotRod Client API
|
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.impl.operations | |
org.infinispan.client.hotrod.near |
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) |
VersionedValue<V> |
EagerNearRemoteCache.getVersioned(K key)
Deprecated.
|
VersionedValue<V> |
InvalidatedNearRemoteCache.getVersioned(K key) |
Modifier and Type | Method and Description |
---|---|
protected VersionedValue<V> |
GetWithVersionOperation.executeOperation(Transport transport)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VersionedValue<V> |
NearCacheService.get(K key) |
Modifier and Type | Method and Description |
---|---|
void |
NearCacheService.put(K key,
VersionedValue<V> value) |
void |
NearCacheService.putIfAbsent(K key,
VersionedValue<V> value) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.