K
- the type of keys maintained by this mapV
- the type of mapped valuespublic interface DistributedMap<K,V> extends ConcurrentMap<K,V>, Observable<EntryListener<K,V>>
NOTE: events
delivery is not guaranteed; events can
get lost because of network issues.
putIfAbsent, remove, replace, replace
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
register, unregister
Copyright © 2015. All Rights Reserved.