|
enum | Mode { SERVER,
REPLAY
} |
|
|
| FEConsumerOptions (const FEConsumerOptions &other) |
|
FEConsumerOptions & | operator= (const FEConsumerOptions &other) |
|
FEConsumerOptions & | set_worker_count (int value) |
|
FEConsumerOptions & | set_enable_compression (bool value) |
|
FEConsumerOptions & | set_high_watermark (int value) |
|
FEConsumerOptions & | set_data_channel_heartbeat_interval (int value) |
|
FEConsumerOptions & | set_data_channel_heartbeat_timeout (int value) |
|
FEConsumerOptions & | set_data_channel_heartbeat_ttl (int value) |
|
FEConsumerOptions & | set_mode (Mode mode, std::string host="") |
|
bool | get_worker_count (int &value_out) const |
|
bool | get_enable_compression (bool &value_out) const |
|
bool | get_high_watermark (int &value_out) const |
|
bool | get_data_channel_heartbeat_interval (int &value_out) const |
|
bool | get_data_channel_heartbeat_timeout (int &value_out) const |
|
bool | get_data_channel_heartbeat_ttl (int &value_out) const |
|
bool | get_mode (Mode &value_out) const |
|
bool | get_replay_host (std::string &value_out) const |
|
|
struct | FEConsumerOptionsImpl |
|
The documentation for this class was generated from the following file: