
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>| Constructor and Description |
|---|
OHazelcastDistributedMap(com.hazelcast.core.HazelcastInstance hz) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
entryAdded(com.hazelcast.core.EntryEvent<String,Object> event) |
void |
entryRemoved(com.hazelcast.core.EntryEvent<String,Object> event) |
void |
entryUpdated(com.hazelcast.core.EntryEvent<String,Object> event) |
Object |
get(Object key) |
com.hazelcast.core.IMap<String,Object> |
getHazelcastMap() |
Object |
getLocalCachedValue(Object key) |
void |
mapCleared(com.hazelcast.core.MapEvent event) |
Object |
put(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, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, putIfAbsent, 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 OHazelcastDistributedMap(com.hazelcast.core.HazelcastInstance hz)
public void mapCleared(com.hazelcast.core.MapEvent event)
mapCleared in interface com.hazelcast.map.listener.MapClearedListenerpublic void destroy()
Copyright © 2009–2016 Orient Technologies. All rights reserved.