org.drools.grid.impl
Interface DistributedMap<K,V>

All Superinterfaces:
Map<K,V>
All Known Implementing Classes:
HazelCastMap

public interface DistributedMap<K,V>
extends Map<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.