Scribe Member List

This is the complete list of members for Scribe, including all inherited members.

addChildToGroup(const NodeHandle &child, ScribeGroup &group)Scribe [protected]
BaseApp()BaseApp
BaseRpc()BaseRpc
bindToPort(int port)BaseApp [protected, virtual]
bootstrapOracleBaseApp [protected]
bytesOverlayReceivedBaseApp [protected]
bytesOverlaySentBaseApp [protected]
bytesPingResponseSentBaseRpc [protected]
bytesPingSentBaseRpc [protected]
bytesUdpReceivedBaseApp [protected]
bytesUdpSentBaseApp [protected]
callLocalLookup(const OverlayKey &key, int num, bool safe)BaseApp [inline, protected]
callNeighborSet(int num)BaseApp [inline, protected]
callRoute(const OverlayKey &key, cMessage *msg, const TransportAddress &hint=TransportAddress::UNSPECIFIED_NODE, RoutingType routingType=DEFAULT_ROUTING)BaseApp [inline, protected]
callRoute(const OverlayKey &key, cMessage *msg, const std::vector< TransportAddress > &sourceRoute, RoutingType routingType=DEFAULT_ROUTING)BaseApp [protected]
cancelRpcMessage(uint32_t nonce)BaseRpc [protected]
checkGroupEmpty(ScribeGroup &group)Scribe [protected]
childTimeoutScribe [private]
ChildTimeoutList typedefScribe [private]
childTimeoutListScribe [private]
creationTimeBaseApp [protected]
debugOutputBaseApp [protected]
deliver(OverlayKey &key, cMessage *msg)Scribe [virtual]
deliverALMDataToGroup(ScribeDataMessage *dataMsg)Scribe [protected]
deliverALMDataToRoot(ALMMulticastMessage *mcastMsg)Scribe [protected]
finish()BaseApp [protected]
finishApp()Scribe [virtual]
finishRpcs()BaseRpc [protected]
forward(OverlayKey *key, cMessage **msg, NodeHandle *nextHopNode)Scribe [virtual]
forwardBytesScribe [private]
getThisCompType()BaseApp [protected, virtual]
getThisNode()BaseRpc [inline]
globalParametersBaseRpc [protected]
globalStatisticsBaseApp [protected]
groupListScribe [private]
GroupList typedefScribe [private]
handleJoinCall(ScribeJoinCall *joinMsg)Scribe [protected]
handleJoinMessage(ScribeJoinCall *joinMsg, bool amIRoot)Scribe [protected]
handleJoinResponse(ScribeJoinResponse *joinResponse)Scribe [protected]
handleLeaveMessage(ScribeLeaveMessage *leaveMsg)Scribe [protected]
handleLowerMessage(cMessage *msg)BaseApp [protected, virtual]
handleMessage(cMessage *msg)BaseApp [protected]
handleNodeGracefulLeaveNotification()BaseApp [protected, virtual]
handleNodeLeaveNotification()BaseApp [protected, virtual]
handlePublishCall(ScribePublishCall *publishCall)Scribe [protected]
handlePublishResponse(ScribePublishResponse *publishResponse)Scribe [protected]
handleReadyMessage(CompReadyMessage *msg)Scribe [virtual]
handleRpc(BaseCallMessage *msg)Scribe [virtual]
handleRpcResponse(BaseResponseMessage *msg, cPolymorphic *context, int rpcId, simtime_t rtt)Scribe [virtual]
handleRpcTimeout(BaseCallMessage *msg, const TransportAddress &dest, cPolymorphic *context, int rpcId, const OverlayKey &destKey)RpcListener [protected, virtual]
handleTimerEvent(cMessage *msg)Scribe [virtual]
handleTraceMessage(cMessage *msg)BaseApp [protected, virtual]
handleTransportAddressChangedNotification()BaseApp [protected, virtual]
handleUDPMessage(cMessage *msg)BaseApp [protected, virtual]
handleUpperMessage(cMessage *msg)Scribe [virtual]
heartbeatBytesScribe [private]
initialize(int stage)BaseApp [protected]
initializeApp(int stage)Scribe [virtual]
initRpcs()BaseRpc [protected]
internalHandleRpc(BaseCallMessage *msg)BaseApp [protected, virtual]
internalHandleRpcMessage(BaseRpcMessage *msg)BaseRpc [protected, virtual]
internalHandleRpcResponse(BaseResponseMessage *msg, cPolymorphic *context, int rpcId, simtime_t rtt)BaseApp [protected, virtual]
internalHandleRpcTimeout(BaseCallMessage *msg, const TransportAddress &dest, cPolymorphic *context, int rpcId, const OverlayKey &destKey)BaseRpc [protected, virtual]
internalSendRouteRpc(BaseRpcMessage *message, const OverlayKey &destKey, const std::vector< TransportAddress > &sourceRoute, RoutingType routingType)BaseApp [protected, virtual]
isSiblingFor(const NodeHandle &node, const OverlayKey &key, int numSiblings, bool *err)BaseApp [inline, protected]
leaveGroup(const OverlayKey &group)Scribe [protected]
neighborCacheBaseRpc [protected]
notificationBoardBaseApp [protected]
numChildTimeoutScribe [private]
numForwardScribe [private]
numHeartbeatScribe [private]
numInitStages() const BaseApp [protected]
numJoinsScribe [private]
numOverlayReceivedBaseApp [protected]
numOverlaySentBaseApp [protected]
numParentTimeoutScribe [private]
numPingResponseSentBaseRpc [protected]
numPingSentBaseRpc [protected]
numReceivedScribe [private]
numSubscriptionRefreshScribe [private]
numUdpReceivedBaseApp [protected]
numUdpSentBaseApp [protected]
overlayBaseRpc [protected]
parentTimeoutScribe [private]
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, bool overrideCache=false)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]
receiveChangeNotification(int category, cPolymorphic *details)BaseApp [protected, virtual]
receivedBytesScribe [private]
refreshChildTimer(NodeHandle &child, OverlayKey &groupId)Scribe [protected]
removeChildFromGroup(const NodeHandle &child, ScribeGroup &group)Scribe [protected]
removeChildFromGroup(ScribeTimer *timer)Scribe [protected]
Scribe()Scribe
sendInternalRpcCall(CompType destComp, BaseCallMessage *msg, cPolymorphic *context=NULL, simtime_t timeout=-1, int retries=0, int rpcId=-1, RpcListener *rpcListener=NULL)BaseRpc [inline, protected]
sendMessageToLowerTier(cMessage *msg)BaseApp [protected]
sendMessageToUDP(const TransportAddress &destAddr, cMessage *msg)BaseApp [protected, virtual]
sendMessageToUDP(cMessage *msg, const TransportAddress &destAddr) __attribute__((deprecated))BaseApp [inline, protected, virtual]
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]
sendToUDP(cMessage *msg, int destPort, IPvXAddress add, int srcPort) __attribute__((deprecated))BaseApp [inline, protected, virtual]
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]
startTimer(ScribeTimer *timer)Scribe [protected]
subscribeToGroup(const OverlayKey &groupId)Scribe [protected]
subscriptionRefreshBytesScribe [private]
subscriptionTimerScribe [private]
thisCompTypeBaseRpc [protected]
thisNodeBaseRpc [protected]
underlayConfiguratorBaseApp [protected]
update(const NodeHandle &node, bool joined)Scribe [virtual]
~BaseApp()BaseApp [virtual]
~RpcListener()RpcListener [virtual]
~Scribe()Scribe


Generated on Fri Sep 19 13:05:08 2008 for ITM OverSim by  doxygen 1.5.5