Class OHazelcastDistributedMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<String,Object>
com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedMap
All Implemented Interfaces:
com.hazelcast.map.listener.EntryAddedListener<String,Object>, com.hazelcast.map.listener.EntryRemovedListener<String,Object>, com.hazelcast.map.listener.EntryUpdatedListener<String,Object>, com.hazelcast.map.listener.MapClearedListener, com.hazelcast.map.listener.MapListener, Serializable, ConcurrentMap<String,Object>, EventListener, Map<String,Object>

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>
Optimized concurrent hash map implementation on top of Hazelcast distributed map.
Author:
Luca Garulli (l.garulli--at--orientdb.com)
See Also: