GroupConfig Class |
Namespace: Hazelcast.Config
The GroupConfig type exposes the following members.
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 |
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 | (Inherited from Object.) | |
SetName | Sets the group name. | |
SetPassword | Sets the password. | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
DefaultGroupName |
Default group name.
| |
DefaultGroupPassword |
Default group password.
|