RemoteHostCache

#SPC-load_balance #SPC-best_remote_host

TODO: it can be empty. how to handle that?

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Host front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
randomAndPop
Host randomAndPop()

Static functions

make
auto make(string dbPath, Host[] cluster)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

remoteByLoad
HostLoad[] remoteByLoad;
Undocumented in source.

Meta