Package | Description |
---|---|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
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,
Map<String,Object> attributes) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.