|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MultiMap | |
| edu.vub.at.actors.natives | |
| edu.vub.at.actors.net | |
| edu.vub.at.actors.net.cmd | |
| edu.vub.util | |
| Uses of MultiMap in edu.vub.at.actors.natives |
| Fields in edu.vub.at.actors.natives declared as MultiMap | |
private MultiMap |
ReceptionistsSet.objectToClients_
local object (ATObject) -> remote clients pointing to this object (Set of ATFarReference) |
| Methods in edu.vub.at.actors.natives with parameters of type MultiMap | |
void |
ELDiscoveryActor.event_batchRemotePublications(MultiMap matchingPublications)
Received in response to the CMDJoinServices command of a remote VM |
| Uses of MultiMap in edu.vub.at.actors.net |
| Fields in edu.vub.at.actors.net declared as MultiMap | |
private MultiMap |
MembershipNotifier.connectionListeners_
A collection of ConnectionListeners which are interested in the (dis)appearance of a single node in the JGroups overlay network. |
| Uses of MultiMap in edu.vub.at.actors.net.cmd |
| Fields in edu.vub.at.actors.net.cmd declared as MultiMap | |
private MultiMap |
CMDJoinServices.providedServices_
A map from serialized ATStripe topics to Sets of serialized ATObjects that provide the serialized topic |
| Constructors in edu.vub.at.actors.net.cmd with parameters of type MultiMap | |
CMDJoinServices(MultiMap providedServices)
|
|
| Uses of MultiMap in edu.vub.util |
| Methods in edu.vub.util with parameters of type MultiMap | |
void |
MultiMap.putAll(MultiMap toMerge)
Special case of putAll for merging MultiMaps |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||