Package | Description |
---|---|
org.infinispan.client.hotrod |
HotRod Client API
|
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.impl.operations |
Modifier and Type | Method and Description |
---|---|
MetadataValue<V> |
RemoteCache.getWithMetadata(K key)
Returns the
MetadataValue associated to the supplied key param, or null if it doesn't exist. |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Map.Entry<Object,MetadataValue<Object>>> |
RemoteCache.retrieveEntriesWithMetadata(Set<Integer> segments,
int batchSize)
Retrieve entries with metadata information
|
Modifier and Type | Class and Description |
---|---|
class |
MetadataValueImpl<V>
MetadataValueImpl.
|
Modifier and Type | Method and Description |
---|---|
MetadataValue<V> |
RemoteCacheImpl.getWithMetadata(K key) |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Map.Entry<Object,MetadataValue<Object>>> |
RemoteCacheImpl.retrieveEntriesWithMetadata(Set<Integer> segments,
int batchSize) |
Modifier and Type | Method and Description |
---|---|
protected MetadataValue<V> |
GetWithMetadataOperation.executeOperation(Transport transport) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.