
public class OHazelcastDistributedMap extends ConcurrentHashMap<String,Object> implements com.hazelcast.map.listener.EntryAddedListener<String,Object>, com.hazelcast.map.listener.EntryRemovedListener<String,Object>, com.hazelcast.map.listener.MapClearedListener, com.hazelcast.map.listener.EntryUpdatedListener<String,Object>
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
ORIENTDB_MAP |
| Constructor and Description |
|---|
OHazelcastDistributedMap(OHazelcastPlugin manager,
com.hazelcast.core.HazelcastInstance hz) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearLocalCache() |
boolean |
containsKey(Object key) |
void |
destroy() |
void |
entryAdded(com.hazelcast.core.EntryEvent<String,Object> event) |
void |
entryRemoved(com.hazelcast.core.EntryEvent<String,Object> event) |
Set<Map.Entry<String,Object>> |
entrySet() |
void |
entryUpdated(com.hazelcast.core.EntryEvent<String,Object> event) |
Object |
get(Object key) |
com.hazelcast.core.IMap<String,Object> |
getHazelcastMap() |
Set<String> |
getKeySet()
In Java 8 ConcurrentHashMap.keySet() returns a KeySetView.
|
Object |
getLocalCachedValue(Object key) |
Set<Map.Entry<String,Object>> |
localEntrySet() |
void |
mapCleared(com.hazelcast.core.MapEvent event) |
Object |
put(String key,
Object value) |
Object |
putIfAbsent(String key,
Object value) |
Object |
putInLocalCache(String key,
Object value) |
Object |
remove(Object key) |
boolean |
remove(Object key,
Object value) |
clear, compute, computeIfAbsent, computeIfPresent, contains, containsValue, elements, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesclonepublic static final String ORIENTDB_MAP
public OHazelcastDistributedMap(OHazelcastPlugin manager, com.hazelcast.core.HazelcastInstance hz)
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>containsKey in class ConcurrentHashMap<String,Object>public Object putIfAbsent(String key, Object value)
putIfAbsent in interface ConcurrentMap<String,Object>putIfAbsent in interface Map<String,Object>putIfAbsent in class ConcurrentHashMap<String,Object>public void mapCleared(com.hazelcast.core.MapEvent event)
mapCleared in interface com.hazelcast.map.listener.MapClearedListenerpublic void destroy()
public void clearLocalCache()
Copyright © 2009–2025 OrientDB. All rights reserved.