|
MemCacheClient
|
Public Member Functions | |
| MatchServer (MemCacheClient::Server *aServer) | |
| bool | operator() (const ConsistentHash &rhs) const |
Public Attributes | |
| MemCacheClient::Server * | mServer |
Match a server by comparing pointers
Definition at line 229 of file MemCacheClient.cpp.
| MemCacheClient::ConsistentHash::MatchServer::MatchServer | ( | MemCacheClient::Server * | aServer | ) | [inline] |
constructor
| aServer | server to search for |
Definition at line 237 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 242 of file MemCacheClient.cpp.
References MemCacheClient::mServer, and MemCacheClient::ConsistentHash::mServer.
server being searched for
Definition at line 232 of file MemCacheClient.cpp.
1.7.3