MultiClusterOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for configuring multi-cluster support
public class MultiClusterOptions
type MultiClusterOptions = class
Public Class MultiClusterOptions
- Inheritance
-
MultiClusterOptions
Constructors
MultiClusterOptions() |
Fields
DEFAULT_BACKGROUND_GOSSIP_INTERVAL | |
DEFAULT_GLOBAL_SINGLE_INSTANCE_NUMBER_RETRIES | |
DEFAULT_GLOBAL_SINGLE_INSTANCE_RETRY_INTERVAL | |
DEFAULT_MAX_MULTICLUSTER_GATEWAYS | |
DEFAULT_USE_GLOBAL_SINGLE_INSTANCE |
Properties
BackgroundGossipInterval |
The time between background gossips. |
DefaultMultiCluster |
A list of cluster ids, to be used if no multi-cluster configuration is found in gossip channels. |
GlobalSingleInstanceNumberRetries |
The number of quick retries before going into DOUBTFUL state. |
GlobalSingleInstanceRetryInterval |
The time between the slow retries for DOUBTFUL activations. |
GossipChannels |
Inter-cluster gossip channels. |
HasMultiClusterNetwork |
Whether this cluster is configured to be part of a multi-cluster network |
MaxMultiClusterGateways |
The maximum number of silos per cluster should be designated to serve as gateways. |
UseGlobalSingleInstanceByDefault |
Whether to use the global single instance protocol as the default multi-cluster registration strategy. |