| Package | Description |
|---|---|
| org.infinispan.client.hotrod.impl.multimap | |
| org.infinispan.client.hotrod.impl.multimap.metadata | |
| org.infinispan.client.hotrod.multimap |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MetadataCollection<V>> |
RemoteMultimapCacheImpl.getWithMetadata(K key) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataCollectionImpl<V>
The values used in this class are assumed to be in MILLISECONDS
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MetadataCollection<V>> |
RemoteMultimapCache.getWithMetadata(K key)
Returns a
MetadataCollection of the values associated with key in this multimap cache,
if any. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.