#include <HA.h>
Public Member Functions | |
bool | operator== (const NodeType &t) const |
string | as_string () const |
NodeType (string type) | |
Static Public Attributes | |
const NodeType | PRIMARY = HA::NodeType("Primary") |
For process-pair style of HA. | |
const NodeType | REPLICA = HA::NodeType("Replica") |
For replication style HA where we manually setup a bunch of replicas and tell them who they are. | |
const NodeType | PROVIDER = HA::NodeType("Provider") |
To monitor all upstream nodes that can provide us with the content that we want. | |
const NodeType | NONE = HA::NodeType("None") |
Default. |
|
|
|
|
|
|
|
Default.
|
|
For process-pair style of HA.
|
|
To monitor all upstream nodes that can provide us with the content that we want.
|
|
For replication style HA where we manually setup a bunch of replicas and tell them who they are.
|