| Constructor and Description |
|---|
RemoteCacheMap(org.infinispan.client.hotrod.RemoteCache<K,V> cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
org.infinispan.commons.util.CloseableIteratorSet<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
org.infinispan.commons.util.CloseableIteratorSet<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object key) |
int |
size() |
org.infinispan.commons.util.CloseableIteratorCollection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>public org.infinispan.commons.util.CloseableIteratorSet<K> keySet()
public org.infinispan.commons.util.CloseableIteratorCollection<V> values()
Copyright © 2020 JBoss by Red Hat. All rights reserved.