, including all inherited members.
| allowOldMoveMessages | PubSubMMOG | [protected] |
| AOIWidth | PubSubMMOG | [protected] |
| backupSubspaces | PubSubMMOG | [protected] |
| BaseOverlay() | BaseOverlay | |
| BaseRpc() | BaseRpc | |
| bindToPort(int port) | BaseOverlay | [protected] |
| BOOTSTRAP enum value | BaseOverlay | |
| bootstrapList | BaseOverlay | [protected] |
| BSET enum value | BaseOverlay | |
| bytesAppDataForwarded | BaseOverlay | [protected] |
| bytesAppLookupForwarded | BaseOverlay | [protected] |
| bytesDropped | BaseOverlay | [protected] |
| bytesFailedNodeResponseSent | BaseOverlay | [protected] |
| bytesFailedNodeSent | BaseOverlay | [protected] |
| bytesFindNodeResponseSent | BaseOverlay | [protected] |
| bytesFindNodeSent | BaseOverlay | [protected] |
| bytesMaintenanceForwarded | BaseOverlay | [protected] |
| bytesPingResponseSent | BaseRpc | [protected] |
| bytesPingSent | BaseRpc | [protected] |
| callDeliver(BaseOverlayMessage *msg, const OverlayKey &destKey) | BaseOverlay | [protected] |
| callForward(const OverlayKey &key, BaseRouteMessage *msg, const NodeHandle &nextHopNode) | BaseOverlay | [protected] |
| callUpdate(const NodeHandle &node, bool joined) | BaseOverlay | [protected] |
| cancelAllRpcs() | BaseRpc | [protected] |
| cancelRpcMessage(uint32_t nonce) | BaseRpc | [protected] |
| childPingTimer | PubSubMMOG | [protected] |
| collectPerHopDelay | BaseOverlay | [protected] |
| countFailedNodeCall(const FailedNodeCall *call) | BaseOverlay | [protected] |
| countFindNodeCall(const FindNodeCall *call) | BaseOverlay | [protected] |
| createLookup(RoutingType routingType=DEFAULT_ROUTING, const BaseOverlayMessage *msg=NULL, const cPacket *findNodeExt=NULL, bool appLookup=false) | BaseOverlay | [protected, virtual] |
| creationTime | BaseOverlay | [protected] |
| cryptoModule | BaseRpc | [protected] |
| currentRegionX | PubSubMMOG | [protected] |
| currentRegionY | PubSubMMOG | [protected] |
| debugOutput | BaseOverlay | [protected] |
| defaultRoutingType | BaseOverlay | [protected] |
| delayVector | BaseOverlay | [protected] |
| deleteOverlayNeighborArrow(const NodeHandle &neighbor) | TopologyVis | [protected] |
| distance(const OverlayKey &x, const OverlayKey &y) const | BaseOverlay | [protected, virtual] |
| drawOverlayTopology | BaseOverlay | [protected] |
| eventDeliveryTimer | PubSubMMOG | [protected] |
| FAILED enum value | BaseOverlay | |
| findNode(const OverlayKey &key, int numRedundantNodes, int numSiblings, BaseOverlayMessage *msg=NULL) | BaseOverlay | [protected, virtual] |
| finishOverlay() | PubSubMMOG | [virtual] |
| finishRpcs() | BaseRpc | [protected] |
| getBitsPerDigit() | BaseOverlay | [inline, virtual] |
| getCompModule(CompType compType) | BaseOverlay | |
| getCompRpcGate(CompType compType) | BaseOverlay | |
| getCreationTime() | BaseOverlay | [inline] |
| getMaxNumRedundantNodes() | BaseOverlay | [virtual] |
| getMaxNumSiblings() | BaseOverlay | [virtual] |
| getState() | BaseOverlay | [inline] |
| getThisCompType() | BaseOverlay | [protected, virtual] |
| getThisNode() | BaseRpc | [inline] |
| globalNodeList | BaseOverlay | [protected] |
| globalParameters | BaseOverlay | [protected] |
| globalStatistics | BaseRpc | [protected] |
| handleAdoptChildCall(PubSubAdoptChildCall *adoptCall) | PubSubMMOG | [protected] |
| handleAdoptChildResponse(PubSubAdoptChildResponse *adoptResp) | PubSubMMOG | [protected] |
| handleAppMessage(cMessage *msg) | PubSubMMOG | [virtual] |
| handleBackupCall(PubSubBackupCall *backupCall) | PubSubMMOG | [protected] |
| handleBackupCallTimeout(PubSubBackupCall *backupCall, const TransportAddress &oldNode) | PubSubMMOG | [protected] |
| handleBackupResponse(PubSubBackupResponse *backupResp) | PubSubMMOG | [protected] |
| handleFailedNode(const TransportAddress &failed) | BaseOverlay | [protected, virtual] |
| handleHelpResponse(PubSubHelpResponse *helpResp) | PubSubMMOG | [protected] |
| handleIntermediateBackup(PubSubBackupIntermediateMessage *backupMsg) | PubSubMMOG | [protected] |
| handleIntermediateCall(PubSubIntermediateCall *intermediateCall) | PubSubMMOG | [protected] |
| handleIntermediateResponse(PubSubIntermediateResponse *intermediateResp) | PubSubMMOG | [protected] |
| handleJoinResponse(PubSubJoinResponse *joinResp) | PubSubMMOG | [protected] |
| handleMove(GameAPIPositionMessage *posMsg) | PubSubMMOG | [protected] |
| handleMoveListMessage(PubSubMoveListMessage *moveMsg) | PubSubMMOG | [protected] |
| handleMoveMessage(PubSubMoveMessage *moveMsg) | PubSubMMOG | [protected] |
| handleNodeGracefulLeaveNotification() | BaseOverlay | [protected, virtual] |
| handleNodeLeaveNotification() | BaseOverlay | [protected, virtual] |
| handleNodeLeftMessage(PubSubNodeLeftMessage *leftMsg) | PubSubMMOG | [protected] |
| handleParentTimeout(PubSubTimer *timer) | PubSubMMOG | [protected] |
| handlePingCall(PubSubPingCall *hearbeatCall) | PubSubMMOG | [protected] |
| handlePingCallTimeout(PubSubPingCall *pingCall, const TransportAddress &oldNode) | PubSubMMOG | [protected] |
| handlePingResponse(PubSubPingResponse *pingResp) | PubSubMMOG | [protected] |
| handleReleaseIntermediate(PubSubReleaseIntermediateMessage *releaseMsg) | PubSubMMOG | [protected] |
| handleReplacementMessage(PubSubReplacementMessage *replaceMsg) | PubSubMMOG | [protected] |
| handleResponsibleNodeResponse(PubSubResponsibleNodeResponse *subResp) | PubSubMMOG | [protected] |
| handleRpcCall(BaseCallMessage *msg) | PubSubMMOG | [virtual] |
| handleRpcResponse(BaseResponseMessage *msg, cPolymorphic *context, int rpcId, simtime_t rtt) | PubSubMMOG | [virtual] |
| BaseOverlay::handleRpcResponse(BaseResponseMessage *msg, const RpcState &rpcState, simtime_t rtt) | RpcListener | [protected, virtual] |
| handleRpcTimeout(BaseCallMessage *msg, const TransportAddress &dest, cPolymorphic *context, int rpcId, const OverlayKey &destKey) | PubSubMMOG | [virtual] |
| BaseOverlay::handleRpcTimeout(const RpcState &rpcState) | RpcListener | [protected, virtual] |
| handleSubscriptionBackup(PubSubBackupSubscriptionMessage *backupMsg) | PubSubMMOG | [protected] |
| handleSubscriptionCall(PubSubSubscriptionCall *subCall) | PubSubMMOG | [protected] |
| handleSubscriptionCallTimeout(PubSubSubscriptionCall *subscriptionCall, const TransportAddress &oldNode) | PubSubMMOG | [protected] |
| handleSubscriptionResponse(PubSubSubscriptionResponse *subResp) | PubSubMMOG | [protected] |
| handleTakeOver(PubSubTakeOverSubspaceCall *toCall) | PubSubMMOG | [protected] |
| handleTimerEvent(cMessage *msg) | PubSubMMOG | [virtual] |
| handleTransportAddressChangedNotification() | BaseOverlay | [protected, virtual] |
| handleUDPMessage(BaseOverlayMessage *msg) | PubSubMMOG | [virtual] |
| handleUnsubscribeBackup(PubSubBackupUnsubscribeMessage *backupMsg) | PubSubMMOG | [protected] |
| handleUnsubscriptionMessage(PubSubUnsubscriptionMessage *unsMsg) | PubSubMMOG | [protected] |
| heartbeatTimer | PubSubMMOG | [protected] |
| hopCountMax | BaseOverlay | [protected] |
| hopCountVector | BaseOverlay | [protected] |
| INIT enum value | BaseOverlay | |
| initializeOverlay(int stage) | PubSubMMOG | [virtual] |
| initRpcs() | BaseRpc | [protected] |
| initVis(cModule *terminal) | TopologyVis | [protected] |
| intermediateSubspaces | PubSubMMOG | [protected] |
| internalHandleMessage(cMessage *msg) | BaseRpc | [protected] |
| internalHandleRpcCall(BaseCallMessage *msg) | BaseOverlay | [protected, virtual] |
| internalHandleRpcMessage(BaseRpcMessage *msg) | BaseRpc | [protected, virtual] |
| internalHandleRpcResponse(BaseResponseMessage *msg, cPolymorphic *context, int rpcId, simtime_t rtt) | BaseOverlay | [protected, virtual] |
| internalHandleRpcTimeout(BaseCallMessage *msg, const TransportAddress &dest, cPolymorphic *context, int rpcId, const OverlayKey &destKey) | BaseOverlay | [protected, virtual] |
| internalSendRouteRpc(BaseRpcMessage *message, const OverlayKey &destKey, const std::vector< TransportAddress > &sourceRoute, RoutingType routingType) | BaseOverlay | [protected, virtual] |
| isInSimpleMultiOverlayHost() | BaseOverlay | |
| isMalicious() | BaseOverlay | |
| isSiblingFor(const NodeHandle &node, const OverlayKey &key, int numSiblings, bool *err) | BaseOverlay | [virtual] |
| iterativeLookupConfig | BaseOverlay | [protected] |
| JOIN enum value | BaseOverlay | |
| join(const OverlayKey &nodeID=OverlayKey::UNSPECIFIED_KEY) | BaseOverlay | |
| joinForeignPartition(const NodeHandle &node) | BaseOverlay | [protected, virtual] |
| JOINING enum value | BaseOverlay | |
| JOINING_1 enum value | BaseOverlay | |
| JOINING_2 enum value | BaseOverlay | |
| JOINING_3 enum value | BaseOverlay | |
| joinOverlay() | BaseOverlay | [protected, virtual] |
| joinTimer | PubSubMMOG | [protected] |
| kbr | BaseOverlay | [protected] |
| lobbyServer | PubSubMMOG | [protected] |
| local_lookup(const OverlayKey &key, int num, bool safe) | BaseOverlay | [virtual] |
| localPort | BaseOverlay | [protected] |
| lookupRpc(LookupCall *call) | BaseOverlay | [protected, virtual] |
| lookups | BaseOverlay | [protected] |
| LookupSet typedef | BaseOverlay | [protected] |
| lostMovementLists | PubSubMMOG | [protected] |
| maxChildren | PubSubMMOG | [protected] |
| maxMoveDelay | PubSubMMOG | [protected] |
| moveListMessagesSize | PubSubMMOG | [protected] |
| movementRate | PubSubMMOG | [protected] |
| moveMessagesSize | PubSubMMOG | [protected] |
| neighborCache | BaseRpc | [protected] |
| neighborSet(int num) | BaseOverlay | [virtual] |
| nextHopRpc(NextHopCall *call) | BaseOverlay | [protected, virtual] |
| notificationBoard | BaseOverlay | [protected] |
| numAppDataForwarded | BaseOverlay | [protected] |
| numAppLookupForwarded | BaseOverlay | [protected] |
| numDropped | BaseOverlay | [protected] |
| numEventsCorrectTimeslot | PubSubMMOG | [protected] |
| numEventsWrongTimeslot | PubSubMMOG | [protected] |
| numFailedNodeResponseSent | BaseOverlay | [protected] |
| numFailedNodeSent | BaseOverlay | [protected] |
| numFindNodeResponseSent | BaseOverlay | [protected] |
| numFindNodeSent | BaseOverlay | [protected] |
| numInitStages() const | BaseOverlay | [protected] |
| numMaintenanceForwarded | BaseOverlay | [protected] |
| numMoveListMessages | PubSubMMOG | [protected] |
| numMoveMessages | PubSubMMOG | [protected] |
| numPingResponseSent | BaseRpc | [protected] |
| numPingSent | BaseRpc | [protected] |
| numPubSubSignalingMessages | PubSubMMOG | [protected] |
| numSubspaces | PubSubMMOG | [protected] |
| overlay | BaseRpc | [protected] |
| parentTimeout | PubSubMMOG | [protected] |
| pingNode(const TransportAddress &dest, simtime_t timeout=-1, int retries=0, cPolymorphic *context=NULL, const char *caption="PING", RpcListener *rpcListener=NULL, int rpcId=-1, TransportType transportType=INVALID_TRANSPORT) | BaseRpc | [protected] |
| pingResponse(PingResponse *pingResponse, cPolymorphic *context, int rpcId, simtime_t rtt) | BaseRpc | [protected, virtual] |
| pingTimeout(PingCall *pingCall, const TransportAddress &dest, cPolymorphic *context, int rpcId) | BaseRpc | [protected, virtual] |
| providesKbr() | BaseOverlay | [inline] |
| publishEvents() | PubSubMMOG | [protected] |
| pubSubSignalingMessagesSize | PubSubMMOG | [protected] |
| READY enum value | BaseOverlay | |
| receiveChangeNotification(int category, const cPolymorphic *details) | PubSubMMOG | [virtual] |
| receivedMovementLists | PubSubMMOG | [protected] |
| recNumRedundantNodes | BaseOverlay | [protected] |
| recordOverlaySentStats(BaseOverlayMessage *msg) | BaseOverlay | [protected, virtual] |
| recordRoute | BaseOverlay | [protected] |
| recursiveLookupConfig | BaseOverlay | [protected] |
| REFRESH enum value | BaseOverlay | |
| registerComp(CompType compType, cModule *module) | BaseOverlay | |
| rejoinOnFailure | BaseOverlay | [protected] |
| removeLookup(AbstractLookup *lookup) | BaseOverlay | [protected, virtual] |
| respMoveListMessagesSize | PubSubMMOG | [protected] |
| responsibleSubspaces | PubSubMMOG | [protected] |
| route(const OverlayKey &key, CompType destComp, CompType srcComp, cPacket *msg, const std::vector< TransportAddress > &sourceRoute=TransportAddress::UNSPECIFIED_NODES, RoutingType routingType=DEFAULT_ROUTING) | BaseOverlay | [protected, virtual] |
| routeMsgAcks | BaseOverlay | [protected] |
| RSET enum value | BaseOverlay | |
| sendHearbeatToChildren() | PubSubMMOG | [protected] |
| sendInternalRpcCall(CompType destComp, BaseCallMessage *msg, cPolymorphic *context=NULL, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL) | BaseRpc | [inline, protected] |
| sendMessageToAllComp(cMessage *msg, CompType srcComp) | BaseOverlay | |
| sendMessageToChildren(PubSubSubspaceResponsible &subspace, BaseOverlayMessage *toIntermediates, BaseOverlayMessage *toBackup, BaseOverlayMessage *toPlayers) | PubSubMMOG | [protected] |
| sendMessageToUDP(const TransportAddress &dest, cPacket *msg) | BaseOverlay | [virtual] |
| sendPingToChildren() | PubSubMMOG | [protected] |
| sendRouteRpcCall(CompType destComp, const TransportAddress &dest, const OverlayKey &destKey, BaseCallMessage *msg, cPolymorphic *context=NULL, RoutingType routingType=DEFAULT_ROUTING, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL) | BaseRpc | [inline, protected] |
| sendRouteRpcCall(CompType destComp, const OverlayKey &destKey, BaseCallMessage *msg, cPolymorphic *context=NULL, RoutingType routingType=DEFAULT_ROUTING, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL) | BaseRpc | [inline, protected] |
| sendRouteRpcCall(CompType destComp, const TransportAddress &dest, BaseCallMessage *msg, cPolymorphic *context=NULL, RoutingType routingType=DEFAULT_ROUTING, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL) | BaseRpc | [inline, protected] |
| sendRpcResponse(TransportType transportType, CompType destComp, const TransportAddress &dest, const OverlayKey &destKey, BaseCallMessage *call, BaseResponseMessage *response) | BaseRpc | [protected] |
| sendRpcResponse(BaseCallMessage *call, BaseResponseMessage *response) | BaseRpc | [protected] |
| sendToKey(const OverlayKey &key, BaseOverlayMessage *message, int numSiblings=1, const std::vector< TransportAddress > &sourceRoute=TransportAddress::UNSPECIFIED_NODES, RoutingType routingType=DEFAULT_ROUTING) | BaseOverlay | |
| sendUdpRpcCall(const TransportAddress &dest, BaseCallMessage *msg, cPolymorphic *context=NULL, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL) | BaseRpc | [inline, protected] |
| setBootstrapedIcon() | PubSubMMOG | [protected] |
| setOverlayReady(bool ready) | BaseOverlay | [protected] |
| showOverlayNeighborArrow(const NodeHandle &neighbor, bool flush=true, const char *displayString=NULL) | TopologyVis | [protected] |
| SHUTDOWN enum value | BaseOverlay | |
| singleHopDelays | BaseOverlay | [protected] |
| startTimer(PubSubTimer *timer) | PubSubMMOG | [protected] |
| state | BaseOverlay | [protected] |
| States enum name | BaseOverlay | |
| subscribedSubspaces | PubSubMMOG | [protected] |
| subspaceSize | PubSubMMOG | [protected] |
| takeOverNewSubspace(PubSubSubspaceId subspaceId) | PubSubMMOG | [protected] |
| takeOverSubspace(PubSubSubspaceResponsible &subspaceId, bool isNew) | PubSubMMOG | [protected] |
| thisCompType | BaseRpc | [protected] |
| thisNode | BaseRpc | [protected] |
| thisTerminal | TopologyVis | [protected] |
| TopologyVis() | TopologyVis | |
| underlayConfigurator | BaseOverlay | [protected] |
| unsubscribeChild(const NodeHandle &node, PubSubSubspaceResponsible &subspace) | PubSubMMOG | [protected] |
| useCommonAPIforward | BaseOverlay | [protected] |
| ~BaseOverlay() | BaseOverlay | [virtual] |
| ~PubSubMMOG() | PubSubMMOG | [virtual] |
| ~RpcListener() | RpcListener | [virtual] |