|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigCheck | |
|---|---|
| com.hazelcast.cluster.impl | This package contains the implementation of the cluster functionality. |
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
| Uses of ConfigCheck in com.hazelcast.cluster.impl |
|---|
| Fields in com.hazelcast.cluster.impl declared as ConfigCheck | |
|---|---|
protected ConfigCheck |
JoinMessage.configCheck
|
| Methods in com.hazelcast.cluster.impl that return ConfigCheck | |
|---|---|
ConfigCheck |
JoinMessage.getConfigCheck()
|
| Methods in com.hazelcast.cluster.impl with parameters of type ConfigCheck | |
|---|---|
boolean |
ConfigCheck.isCompatible(ConfigCheck found)
Checks if 2 Hazelcast configurations are compatible. |
boolean |
ConfigCheck.isSameGroup(ConfigCheck found)
|
| Constructors in com.hazelcast.cluster.impl with parameters of type ConfigCheck | |
|---|---|
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)
|
|
| Uses of ConfigCheck in com.hazelcast.instance |
|---|
| Methods in com.hazelcast.instance that return ConfigCheck | |
|---|---|
ConfigCheck |
Node.createConfigCheck()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||