|
Ice 3.7 C++11 API Reference
|
A replica group descriptor. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
| std::tuple< const ::std::string &, const ::std::shared_ptr<::IceGrid::LoadBalancingPolicy > &, const ::std::string &, const ::IceGrid::ObjectDescriptorSeq &, const ::std::string &, const ::std::string & > | ice_tuple () const |
| Obtains a tuple containing all of the struct's data members. | |
Public Attributes | |
| ::std::string | description |
| The description of this replica group. | |
| ::std::string | filter |
| The filter to use for this replica group. | |
| ::std::string | id |
| The id of the replica group. | |
| ::std::shared_ptr<::IceGrid::LoadBalancingPolicy > | loadBalancing |
| The load balancing policy. | |
| ::IceGrid::ObjectDescriptorSeq | objects |
| The object descriptors associated with this object adapter. | |
| ::std::string | proxyOptions |
| Default options for proxies created for the replica group. | |
A replica group descriptor.
|
inline |
Obtains a tuple containing all of the struct's data members.
| ::std::string IceGrid::ReplicaGroupDescriptor::description |
The description of this replica group.
| ::std::string IceGrid::ReplicaGroupDescriptor::filter |
The filter to use for this replica group.
| ::std::string IceGrid::ReplicaGroupDescriptor::id |
The id of the replica group.
| ::std::shared_ptr<::IceGrid::LoadBalancingPolicy> IceGrid::ReplicaGroupDescriptor::loadBalancing |
The load balancing policy.
| ::IceGrid::ObjectDescriptorSeq IceGrid::ReplicaGroupDescriptor::objects |
The object descriptors associated with this object adapter.
| ::std::string IceGrid::ReplicaGroupDescriptor::proxyOptions |
Default options for proxies created for the replica group.