| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.partition.membergroup | todo | 
| Modifier and Type | Method and Description | 
|---|---|
| MemberGroupConfig | MemberGroupConfig. addInterface(String ip)Adds an interface to the member group. | 
| MemberGroupConfig | MemberGroupConfig. clear()Removes all interfaces from the member group. | 
| MemberGroupConfig | MemberGroupConfig. setInterfaces(Collection<String> interfaces)Sets the interfaces that are part of a group. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<MemberGroupConfig> | PartitionGroupConfig. getMemberGroupConfigs()Returns an unmodifiable collection containing all  MemberGroupConfigelements. | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionGroupConfig | PartitionGroupConfig. addMemberGroupConfig(MemberGroupConfig memberGroupConfig)Adds a  MemberGroupConfig. | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionGroupConfig | PartitionGroupConfig. setMemberGroupConfigs(Collection<MemberGroupConfig> memberGroupConfigs)Adds a MemberGroupConfig. | 
| Constructor and Description | 
|---|
| ConfigMemberGroupFactory(Collection<MemberGroupConfig> memberGroupConfigs) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.