Package | Description |
---|---|
org.infinispan.client.hotrod |
Hot Rod client API.
|
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
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.