Uses of Class
com.hazelcast.cluster.ConfigCheck

Packages that use ConfigCheck
com.hazelcast.cluster   
 

Uses of ConfigCheck in com.hazelcast.cluster
 

Fields in com.hazelcast.cluster declared as ConfigCheck
protected  ConfigCheck JoinMessage.configCheck
           
 

Methods in com.hazelcast.cluster that return ConfigCheck
 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)
           
 

Methods in com.hazelcast.cluster with parameters of type ConfigCheck
 boolean ConfigCheck.isCompatible(ConfigCheck other)
           
 

Constructors in com.hazelcast.cluster with parameters of type ConfigCheck
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.