xapian-core
1.4.26
|
This is the complete list of members for RemoteServer, including all inherited members.
active_timeout | RemoteServer | private |
context | RemoteConnection | private |
db | RemoteServer | private |
do_close() | RemoteConnection | private |
get_message(double timeout, std::string &result, message_type required_type=MSG_MAX) | RemoteServer | private |
RemoteConnection::get_message(std::string &result, double end_time) | RemoteConnection | private |
get_message_chunk(std::string &result, size_t at_least, double end_time) | RemoteConnection | private |
get_message_chunked(double end_time) | RemoteConnection | private |
idle_timeout | RemoteServer | private |
msg_adddocument(const std::string &message) | RemoteServer | private |
msg_addspelling(const std::string &message) | RemoteServer | private |
msg_addspelling_(const std::string &message) | RemoteServer | private |
msg_allterms(const std::string &message) | RemoteServer | private |
msg_cancel(const std::string &message) | RemoteServer | private |
msg_cancel_(const std::string &message) | RemoteServer | private |
msg_collfreq(const std::string &message) | RemoteServer | private |
msg_commit(const std::string &message) | RemoteServer | private |
msg_deletedocument(const std::string &message) | RemoteServer | private |
msg_deletedocumentterm(const std::string &message) | RemoteServer | private |
msg_deletedocumentterm_(const std::string &message) | RemoteServer | private |
msg_doclength(const std::string &message) | RemoteServer | private |
msg_document(const std::string &message) | RemoteServer | private |
msg_freqs(const std::string &message) | RemoteServer | private |
msg_getmetadata(const std::string &message) | RemoteServer | private |
msg_keepalive(const std::string &message) | RemoteServer | private |
msg_openmetadatakeylist(const std::string &message) | RemoteServer | private |
msg_positionlist(const std::string &message) | RemoteServer | private |
msg_postlist(const std::string &message) | RemoteServer | private |
msg_query(const std::string &message) | RemoteServer | private |
msg_removespelling(const std::string &message) | RemoteServer | private |
msg_reopen(const std::string &message) | RemoteServer | private |
msg_replacedocument(const std::string &message) | RemoteServer | private |
msg_replacedocument_(const std::string &message) | RemoteServer | private |
msg_replacedocumentterm(const std::string &message) | RemoteServer | private |
msg_setmetadata(const std::string &message) | RemoteServer | private |
msg_setmetadata_(const std::string &message) | RemoteServer | private |
msg_termexists(const std::string &message) | RemoteServer | private |
msg_termfreq(const std::string &message) | RemoteServer | private |
msg_termlist(const std::string &message) | RemoteServer | private |
msg_uniqueterms(const std::string &message) | RemoteServer | private |
msg_update(const std::string &message) | RemoteServer | private |
msg_valuestats(const std::string &message) | RemoteServer | private |
msg_writeaccess(const std::string &message) | RemoteServer | private |
operator=(const RemoteServer &) | RemoteServer | private |
ready_to_read() const | RemoteConnection | private |
receive_file(const std::string &file, double end_time) | RemoteConnection | private |
reg | RemoteServer | private |
RemoteConnection(int fdin_, int fdout_, const std::string &context_=std::string()) | RemoteConnection | private |
RemoteServer(const RemoteServer &) | RemoteServer | private |
RemoteServer(const std::vector< std::string > &dbpaths, int fdin, int fdout, double active_timeout_, double idle_timeout_, bool writable=false) | RemoteServer | |
run() | RemoteServer | |
send_file(char type, int fd, double end_time) | RemoteConnection | private |
send_message(reply_type type, const std::string &message) | RemoteServer | private |
send_message(reply_type type, const std::string &message, double end_time) | RemoteServer | inlineprivate |
RemoteConnection::send_message(char type, const std::string &s, double end_time) | RemoteConnection | private |
set_registry(const Xapian::Registry ®_) | RemoteServer | inline |
shutdown() | RemoteConnection | private |
sniff_next_message_type(double end_time) | RemoteConnection | private |
wdb | RemoteServer | private |
writable | RemoteServer | private |
~RemoteServer() | RemoteServer |