, including all inherited members.
addChildToGroup(const NodeHandle &child, ScribeGroup &group) | Scribe | [protected] |
BaseApp() | BaseApp | |
BaseRpc() | BaseRpc | |
bindToPort(int port) | BaseApp | [protected, virtual] |
bytesOverlayReceived | BaseApp | [protected] |
bytesOverlaySent | BaseApp | [protected] |
bytesPingResponseSent | BaseRpc | [protected] |
bytesPingSent | BaseRpc | [protected] |
bytesUdpReceived | BaseApp | [protected] |
bytesUdpSent | BaseApp | [protected] |
callLocalLookup(const OverlayKey &key, int num, bool safe) | BaseApp | [inline, protected] |
callNeighborSet(int num) | BaseApp | [inline, protected] |
callRoute(const OverlayKey &key, cPacket *msg, const TransportAddress &hint=TransportAddress::UNSPECIFIED_NODE, RoutingType routingType=DEFAULT_ROUTING) | BaseApp | [inline, protected] |
callRoute(const OverlayKey &key, cPacket *msg, const std::vector< TransportAddress > &sourceRoute, RoutingType routingType=DEFAULT_ROUTING) | BaseApp | [protected] |
cancelAllRpcs() | BaseRpc | [protected] |
cancelRpcMessage(uint32_t nonce) | BaseRpc | [protected] |
checkGroupEmpty(ScribeGroup &group) | Scribe | [protected] |
childTimeout | Scribe | [private] |
ChildTimeoutList typedef | Scribe | [private] |
childTimeoutList | Scribe | [private] |
creationTime | BaseApp | [protected] |
cryptoModule | BaseRpc | [protected] |
debugOutput | BaseApp | [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, cPacket **msg, NodeHandle *nextHopNode) | Scribe | [virtual] |
forwardBytes | Scribe | [private] |
getThisCompType() | BaseApp | [protected, virtual] |
getThisNode() | BaseRpc | [inline] |
getUdpTimeout() | BaseRpc | [inline] |
globalNodeList | BaseApp | [protected] |
globalStatistics | BaseApp | [protected] |
GroupList typedef | Scribe | [private] |
groupList | Scribe | [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] |
handleRpcCall(BaseCallMessage *msg) | Scribe | [virtual] |
handleRpcResponse(BaseResponseMessage *msg, cPolymorphic *context, int rpcId, simtime_t rtt) | Scribe | [virtual] |
BaseApp::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) | RpcListener | [protected, virtual] |
handleRpcTimeout(const RpcState &rpcState) | 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] |
heartbeatBytes | Scribe | [private] |
initialize(int stage) | BaseApp | [protected] |
initializeApp(int stage) | Scribe | [virtual] |
initRpcs() | BaseRpc | [protected] |
internalHandleMessage(cMessage *msg) | BaseRpc | [protected] |
internalHandleRpcCall(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] |
neighborCache | BaseRpc | [protected] |
notificationBoard | BaseApp | [protected] |
numChildTimeout | Scribe | [private] |
numForward | Scribe | [private] |
numHeartbeat | Scribe | [private] |
numInitStages() const | BaseApp | [protected] |
numJoins | Scribe | [private] |
numOverlayReceived | BaseApp | [protected] |
numOverlaySent | BaseApp | [protected] |
numParentTimeout | Scribe | [private] |
numPingResponseSent | BaseRpc | [protected] |
numPingSent | BaseRpc | [protected] |
numReceived | Scribe | [private] |
numSubscriptionRefresh | Scribe | [private] |
numUdpReceived | BaseApp | [protected] |
numUdpSent | BaseApp | [protected] |
overlay | BaseRpc | [protected] |
parentTimeout | Scribe | [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) | 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, const cPolymorphic *details) | BaseApp | [protected, virtual] |
receivedBytes | Scribe | [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(cPacket *msg) | BaseApp | [protected] |
sendMessageToUDP(const TransportAddress &destAddr, cPacket *msg) | BaseApp | [protected, virtual] |
sendReadyMessage(bool ready=true) | BaseApp | [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] |
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] |
subscriptionRefreshBytes | Scribe | [private] |
subscriptionTimer | Scribe | [private] |
thisCompType | BaseRpc | [protected] |
thisNode | BaseRpc | [protected] |
underlayConfigurator | BaseApp | [protected] |
update(const NodeHandle &node, bool joined) | Scribe | [virtual] |
~BaseApp() | BaseApp | [virtual] |
~RpcListener() | RpcListener | [virtual] |
~Scribe() | Scribe | |