COMMAND_ATTRDEL | Hyperspace::Protocol | static |
COMMAND_ATTREXISTS | Hyperspace::Protocol | static |
COMMAND_ATTRGET | Hyperspace::Protocol | static |
COMMAND_ATTRINCR | Hyperspace::Protocol | static |
COMMAND_ATTRLIST | Hyperspace::Protocol | static |
COMMAND_ATTRSET | Hyperspace::Protocol | static |
COMMAND_CANCEL | Hyperspace::Protocol | static |
COMMAND_CHECKSEQUENCER | Hyperspace::Protocol | static |
COMMAND_CLOSE | Hyperspace::Protocol | static |
COMMAND_DELETE | Hyperspace::Protocol | static |
COMMAND_EXISTS | Hyperspace::Protocol | static |
COMMAND_HANDSHAKE | Hyperspace::Protocol | static |
COMMAND_KEEPALIVE | Hyperspace::Protocol | static |
COMMAND_LOCK | Hyperspace::Protocol | static |
COMMAND_MAX | Hyperspace::Protocol | static |
COMMAND_MKDIR | Hyperspace::Protocol | static |
COMMAND_OPEN | Hyperspace::Protocol | static |
COMMAND_POISON | Hyperspace::Protocol | static |
COMMAND_READDIR | Hyperspace::Protocol | static |
COMMAND_READDIRATTR | Hyperspace::Protocol | static |
COMMAND_READPATHATTR | Hyperspace::Protocol | static |
COMMAND_REDIRECT | Hyperspace::Protocol | static |
COMMAND_RELEASE | Hyperspace::Protocol | static |
COMMAND_SHUTDOWN | Hyperspace::Protocol | static |
COMMAND_STAT | Hyperspace::Protocol | static |
COMMAND_STATUS | Hyperspace::Protocol | static |
command_strs | Hyperspace::Protocol | static |
command_text(uint64_t command) | Hyperspace::Protocol | virtual |
create_attr_del_request(uint64_t handle, const std::string &name) | Hyperspace::Protocol | static |
create_attr_exists_request(uint64_t handle, const std::string &attr) | Hyperspace::Protocol | static |
create_attr_exists_request(const std::string &name, const std::string &attr) | Hyperspace::Protocol | static |
create_attr_get_request(uint64_t handle, const std::string *name, const std::string &attr) | Hyperspace::Protocol | static |
create_attr_incr_request(uint64_t handle, const std::string *name, const std::string &attr) | Hyperspace::Protocol | static |
create_attr_list_request(uint64_t handle) | Hyperspace::Protocol | static |
create_attr_set_request(uint64_t handle, const std::string *name, uint32_t oflags, const std::string &attr, const void *value, size_t value_len) | Hyperspace::Protocol | static |
create_attr_set_request(uint64_t handle, const std::string *name, uint32_t oflags, const std::vector< Attribute > &attrs) | Hyperspace::Protocol | static |
create_attrs_get_request(uint64_t handle, const std::string *name, const std::vector< std::string > &attrs) | Hyperspace::Protocol | static |
create_client_keepalive_request(uint64_t session_id, std::set< uint64_t > &delivered_events, bool destroy_session=false) | Hyperspace::Protocol | static |
create_close_request(uint64_t handle) | Hyperspace::Protocol | static |
create_delete_request(const std::string &name) | Hyperspace::Protocol | static |
create_error_message(CommHeader &header, int error, const char *msg) | Hypertable::Protocol | static |
create_event_notification(uint64_t handle, const std::string &name, const void *value, size_t value_len) | Hyperspace::Protocol | static |
create_exists_request(const std::string &name) | Hyperspace::Protocol | static |
create_handshake_request(uint64_t session_id, const std::string &name) | Hyperspace::Protocol | static |
create_lock_request(uint64_t handle, uint32_t mode, bool try_lock) | Hyperspace::Protocol | static |
create_mkdir_request(const std::string &name, bool create_intermediate, const std::vector< Attribute > *init_attrs) | Hyperspace::Protocol | static |
create_open_request(const std::string &name, uint32_t flags, HandleCallbackPtr &callback, const std::vector< Attribute > &init_attrs) | Hyperspace::Protocol | static |
create_readdir_attr_request(uint64_t handle, const std::string *name, const std::string &attr, bool include_sub_entries) | Hyperspace::Protocol | static |
create_readdir_request(uint64_t handle) | Hyperspace::Protocol | static |
create_readpath_attr_request(uint64_t handle, const std::string *name, const std::string &attr) | Hyperspace::Protocol | static |
create_release_request(uint64_t handle) | Hyperspace::Protocol | static |
create_server_keepalive_request(uint64_t session_id, int error) | Hyperspace::Protocol | static |
create_server_keepalive_request(SessionDataPtr &session_data) | Hyperspace::Protocol | static |
create_server_redirect_request(const std::string &host) | Hyperspace::Protocol | static |
create_shutdown_request() | Hyperspace::Protocol | static |
create_status_request() | Hyperspace::Protocol | static |
filename_to_group(const std::string &path) | Hyperspace::Protocol | inlineprivatestatic |
response_code(const Event *event) | Hypertable::Protocol | static |
response_code(const EventPtr &event) | Hypertable::Protocol | inlinestatic |
string_format_message(const Event *event) | Hypertable::Protocol | static |
string_format_message(const EventPtr &event) | Hypertable::Protocol | inlinestatic |
Version | Hyperspace::Protocol | static |
~Protocol() | Hypertable::Protocol | inlinevirtual |