DHT::PendingRpcsEntry Class Reference

List of all members.

Public Member Functions

 PendingRpcsEntry ()

Public Attributes

DHTgetCAPICall * getCallMsg
DHTputCAPICall * putCallMsg
PendingRpcsStates state
NodeVector replica
NodeVectorhashVector
std::map< BinaryValue, NodeVectorhashes
int numSent
int numAvailableReplica
int numFailed
int numResponses

Detailed Description

Definition at line 59 of file DHT.h.


Constructor & Destructor Documentation

DHT::PendingRpcsEntry::PendingRpcsEntry (  )  [inline]

Definition at line 62 of file DHT.h.

00063         {
00064             getCallMsg = NULL;
00065             putCallMsg = NULL;
00066             state = INIT;
00067             hashVector = NULL;
00068             numSent = 0;
00069             numAvailableReplica = 0;
00070             numFailed = 0;
00071             numResponses = 0;
00072         };


Member Data Documentation

Definition at line 72 of file DHT.h.

Referenced by operator<<(), and PendingRpcsEntry().

Definition at line 79 of file DHT.h.

Referenced by operator<<().

Definition at line 78 of file DHT.h.

Referenced by operator<<(), and PendingRpcsEntry().

Definition at line 81 of file DHT.h.

Referenced by operator<<(), and PendingRpcsEntry().

Definition at line 82 of file DHT.h.

Referenced by operator<<(), and PendingRpcsEntry().

Definition at line 83 of file DHT.h.

Referenced by operator<<(), and PendingRpcsEntry().

Definition at line 80 of file DHT.h.

Referenced by operator<<(), and PendingRpcsEntry().

Definition at line 75 of file DHT.h.

Referenced by operator<<(), and PendingRpcsEntry().

Definition at line 77 of file DHT.h.

Referenced by operator<<().

Definition at line 76 of file DHT.h.

Referenced by operator<<(), and PendingRpcsEntry().


The documentation for this class was generated from the following file:
Generated on Wed May 26 16:21:17 2010 for OverSim by  doxygen 1.6.3