public abstract class IMapProxy<K,V> extends ConcurrentMapProxy<K,V> implements com.hazelcast.core.IMap<K,V>
| Constructor and Description |
|---|
IMapProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntryListener(com.hazelcast.core.EntryListener<K,V> listener,
boolean includeValue) |
void |
addEntryListener(com.hazelcast.core.EntryListener<K,V> listener,
K key,
boolean includeValue) |
void |
destroy() |
protected abstract com.hazelcast.core.IMap<K,V> |
getDelegate() |
Object |
getId() |
com.hazelcast.core.Instance.InstanceType |
getInstanceType() |
com.hazelcast.core.MapEntry<K,V> |
getMapEntry(K key) |
String |
getName() |
void |
lock(K key) |
void |
removeEntryListener(com.hazelcast.core.EntryListener<K,V> listener) |
void |
removeEntryListener(com.hazelcast.core.EntryListener<K,V> listener,
K key) |
boolean |
tryLock(K key) |
boolean |
tryLock(K key,
long time,
TimeUnit timeunit) |
void |
unlock(K key) |
putIfAbsent, remove, replace, replaceclear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddIndex, addIndex, addLocalEntryListener, entrySet, evict, flush, getAll, getAsync, getLocalMapStats, keySet, localKeySet, localKeySet, lockMap, put, putAndUnlock, putAsync, putIfAbsent, putTransient, removeAsync, tryLockAndGet, tryPut, tryRemove, unlockMap, valuescompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void addEntryListener(com.hazelcast.core.EntryListener<K,V> listener, boolean includeValue)
public void addEntryListener(com.hazelcast.core.EntryListener<K,V> listener, K key, boolean includeValue)
public void removeEntryListener(com.hazelcast.core.EntryListener<K,V> listener, K key)
public boolean tryLock(K key)
public void destroy()
destroy in interface com.hazelcast.core.Instancepublic Object getId()
getId in interface com.hazelcast.core.Instancepublic com.hazelcast.core.Instance.InstanceType getInstanceType()
getInstanceType in interface com.hazelcast.core.Instanceprotected abstract com.hazelcast.core.IMap<K,V> getDelegate()
getDelegate in class ConcurrentMapProxy<K,V>Copyright © 2014–2016. All rights reserved.