| Package | Description | 
|---|---|
| com.hazelcast.cluster | 
| Modifier and Type | Field and Description | 
|---|---|
protected ConfigCheck | 
JoinMessage.configCheck  | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigCheck | 
JoinMessage.getConfigCheck()  | 
ConfigCheck | 
ConfigCheck.setGroupName(String groupName)  | 
ConfigCheck | 
ConfigCheck.setGroupPassword(String groupPassword)  | 
ConfigCheck | 
ConfigCheck.setJoinerType(String joinerType)  | 
ConfigCheck | 
ConfigCheck.setMemberGroupType(PartitionGroupConfig.MemberGroupType memberGroupType)  | 
ConfigCheck | 
ConfigCheck.setPartitionGroupEnabled(boolean partitionGroupEnabled)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ConfigCheck.isCompatible(ConfigCheck other)  | 
| Constructor and Description | 
|---|
JoinMessage(byte packetVersion,
           int buildNumber,
           com.hazelcast.nio.Address address,
           String uuid,
           ConfigCheck configCheck,
           int memberCount)  | 
JoinRequest(byte packetVersion,
           int buildNumber,
           com.hazelcast.nio.Address address,
           String uuid,
           ConfigCheck config,
           Credentials credentials,
           int memberCount,
           int tryCount)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.