This is the complete list of members for derecho::DerechoParams, including all inherited members.
block_size | derecho::DerechoParams | |
bytes_size() const =0 | mutils::ByteRepresentable | pure virtual |
compute_max_msg_size(const uint64_t max_payload_size, const uint64_t block_size, bool using_rdmc) | derecho::DerechoParams | inlinestatic |
DEFAULT_SERIALIZATION_SUPPORT(DerechoParams, max_msg_size, max_reply_msg_size, sst_max_msg_size, block_size, window_size, heartbeat_ms, rdmc_send_algorithm, rpc_port) | derecho::DerechoParams | |
DerechoParams(uint64_t max_payload_size, uint64_t max_reply_payload_size, uint64_t max_smc_payload_size, uint64_t block_size, unsigned int window_size, unsigned int heartbeat_ms, rdmc::send_algorithm rdmc_send_algorithm, uint32_t rpc_port) | derecho::DerechoParams | inline |
DerechoParams() | derecho::DerechoParams | inline |
from_profile(const std::string &profile) | derecho::DerechoParams | inlinestatic |
heartbeat_ms | derecho::DerechoParams | |
max_msg_size | derecho::DerechoParams | |
max_reply_msg_size | derecho::DerechoParams | |
post_object(const std::function< void(char const *const, std::size_t)> &) const =0 | mutils::ByteRepresentable | pure virtual |
rdmc_send_algorithm | derecho::DerechoParams | |
rpc_port | derecho::DerechoParams | |
send_algorithm_from_string(const std::string &rdmc_send_algorithm_string) | derecho::DerechoParams | inlinestatic |
sst_max_msg_size | derecho::DerechoParams | |
to_bytes(char *v) const =0 | mutils::ByteRepresentable | pure virtual |
window_size | derecho::DerechoParams | |
~ByteRepresentable() | mutils::ByteRepresentable | inlinevirtual |