Package | Description |
---|---|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Field and Description |
---|---|
protected ConfigCheck |
JoinMessage.configCheck |
Modifier and Type | Method and Description |
---|---|
ConfigCheck |
JoinMessage.getConfigCheck() |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigCheck.isCompatible(ConfigCheck found)
Checks if two Hazelcast configurations are compatible.
|
boolean |
ConfigCheck.isSameGroup(ConfigCheck found) |
Constructor and Description |
---|
JoinMessage(byte packetVersion,
int buildNumber,
Address address,
String uuid,
boolean liteMember,
ConfigCheck configCheck) |
JoinMessage(byte packetVersion,
int buildNumber,
Address address,
String uuid,
boolean liteMember,
ConfigCheck configCheck,
Collection<Address> memberAddresses,
int dataMemberCount) |
JoinRequest(byte packetVersion,
int buildNumber,
Address address,
String uuid,
boolean liteMember,
ConfigCheck config,
Credentials credentials,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
ConfigCheck |
Node.createConfigCheck() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.