Contains the configuration for Hazelcast groups.
Inheritance Hierarchy
Hazelcast.ConfigGroupConfig
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
The GroupConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupConfig | Creates a GroupConfig with default group-name and group-password. | |
GroupConfig(String) | Creates a GroupConfig with the given group-name and default group-password | |
GroupConfig(String, String) | Creates a GroupConfig with the given group-name and group-password |
Methods
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetName | Gets the name of the group. | |
GetPassword | Gets the password to connec to to the group. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetName | Sets the group name. | |
SetPassword | Sets the password. | |
ToString | (Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
DefaultGroupName | ||
DefaultGroupPassword |
Remarks
See Also