ReliableStateManagerConfiguration 类
定义
Configuration object used to create ReliableStateManager.
public class ReliableStateManagerConfiguration
- 继承
-
java.lang.ObjectReliableStateManagerConfiguration
构造函数
ReliableStateManagerConfiguration() |
Create a new ReliableStateManagerConfiguration. |
ReliableStateManagerConfiguration(ReliableStateManagerReplicatorSettings settings) |
Create a new ReliableStateManagerConfiguration. |
ReliableStateManagerConfiguration(String configPackageName, String replicatorSettingSectionName, String replicatorSecuritySectionName) |
Create a new ReliableStateManagerConfiguration. |
方法
getConfigPackageName() |
Gets the name of the config package in Settings.xml from which to load replicator settings and replicator security settings. |
getReliableStateManagerReplicatorSettings() |
Gets the replicator settings. |
getReplicatorSecuritySectionName() |
Gets the replicator security settings section name. If present in the config package specified by configPackageName in Settings.xml, this section will be used to configure replicator security settings. |
getReplicatorSettingSectionName() |
Gets the replicator settings section name. If present in the config package specified by configPackageName in Settings.xml, this section will be used to configure replicator settings. |