A base class for load balancing policies.
More...
#include <IceGrid/IceGrid.h>
|
| static const ::std::string & | ice_staticId () |
| | Obtains the Slice type ID of this value.
|
|
| ::std::string | nReplicas |
| | The number of replicas that will be used to gather the endpoints of a replica group.
|
A base class for load balancing policies.
◆ ~LoadBalancingPolicy()
| virtual IceGrid::LoadBalancingPolicy::~LoadBalancingPolicy |
( |
| ) |
|
|
virtual |
◆ LoadBalancingPolicy() [1/4]
| IceGrid::LoadBalancingPolicy::LoadBalancingPolicy |
( |
| ) |
|
|
default |
◆ LoadBalancingPolicy() [2/4]
| IceGrid::LoadBalancingPolicy::LoadBalancingPolicy |
( |
const LoadBalancingPolicy & | | ) |
|
|
default |
◆ LoadBalancingPolicy() [3/4]
| IceGrid::LoadBalancingPolicy::LoadBalancingPolicy |
( |
LoadBalancingPolicy && | | ) |
|
|
default |
◆ LoadBalancingPolicy() [4/4]
| IceGrid::LoadBalancingPolicy::LoadBalancingPolicy |
( |
const ::std::string & | nReplicas | ) |
|
|
inlineexplicit |
One-shot constructor to initialize all data members.
- Parameters
-
| nReplicas | The number of replicas that will be used to gather the endpoints of a replica group. |
◆ ice_staticId()
| const ::std::string & IceGrid::LoadBalancingPolicy::ice_staticId |
( |
| ) |
|
|
static |
Obtains the Slice type ID of this value.
- Returns
- The fully-scoped type ID.
◆ ice_tuple()
| std::tuple< const ::std::string & > IceGrid::LoadBalancingPolicy::ice_tuple |
( |
| ) |
const |
|
inline |
Obtains a tuple containing all of the value's data members.
- Returns
- The data members in a tuple.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ nReplicas
| ::std::string IceGrid::LoadBalancingPolicy::nReplicas |
The number of replicas that will be used to gather the endpoints of a replica group.
The documentation for this class was generated from the following file: