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() |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigCheck.isCompatible(ConfigCheck found)
Checks if 2 Hazelcast configurations are compatible.
|
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.