Public Member Functions | |
| MatchServer (MemCacheClient::Server *aServer) | |
| bool | operator() (const ConsistentHash &rhs) const |
Public Attributes | |
| MemCacheClient::Server * | mServer |
Definition at line 559 of file MemCacheClient.cpp.
| MemCacheClient::ConsistentHash::MatchServer::MatchServer | ( | MemCacheClient::Server * | aServer | ) | [inline] |
constructor
| aServer | server to search for |
Definition at line 566 of file MemCacheClient.cpp.
| bool MemCacheClient::ConsistentHash::MatchServer::operator() | ( | const ConsistentHash & | rhs | ) | const [inline] |
compare current entry against search entry
| rhs | entry to compare |
Definition at line 570 of file MemCacheClient.cpp.
References MemCacheClient::ConsistentHash::mServer.
server being searched for
Definition at line 562 of file MemCacheClient.cpp.
1.5.6