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 2 Hazelcast configurations are compatible.
|
boolean |
ConfigCheck.isSameGroup(ConfigCheck found) |
Constructor and Description |
---|
JoinMessage(byte packetVersion,
int buildNumber,
Address address,
String uuid,
ConfigCheck configCheck,
int memberCount) |
JoinRequest(byte packetVersion,
int buildNumber,
Address address,
String uuid,
ConfigCheck config,
Credentials credentials,
int memberCount,
int tryCount,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
ConfigCheck |
Node.createConfigCheck() |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.