com.hazelcast.cluster
Class ConfigCheck
java.lang.Object
   com.hazelcast.cluster.ConfigCheck
com.hazelcast.cluster.ConfigCheck
- All Implemented Interfaces: 
- DataSerializable, IdentifiedDataSerializable
- public final class ConfigCheck 
- extends Object- implements IdentifiedDataSerializable
- Author:
- mdogan 6/11/13
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConfigCheck
public ConfigCheck()
isCompatible
public boolean isCompatible(ConfigCheck other)
- 
 
- 
 
setGroupName
public ConfigCheck setGroupName(String groupName)
- 
 
- 
 
setGroupPassword
public ConfigCheck setGroupPassword(String groupPassword)
- 
 
- 
 
setJoinerType
public ConfigCheck setJoinerType(String joinerType)
- 
 
- 
 
setPartitionGroupEnabled
public ConfigCheck setPartitionGroupEnabled(boolean partitionGroupEnabled)
- 
 
- 
 
setMemberGroupType
public ConfigCheck setMemberGroupType(PartitionGroupConfig.MemberGroupType memberGroupType)
- 
 
- 
 
getFactoryId
public int getFactoryId()
- 
- Specified by:
- getFactoryIdin interface- IdentifiedDataSerializable
 
- 
 
getId
public int getId()
- 
- Specified by:
- getIdin interface- IdentifiedDataSerializable
 
- 
 
writeData
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
               throws IOException
- 
- Specified by:
- writeDatain interface- DataSerializable
 
- 
- Throws:
- IOException
 
readData
public void readData(com.hazelcast.nio.ObjectDataInput in)
              throws IOException
- 
- Specified by:
- readDatain interface- DataSerializable
 
- 
- Throws:
- IOException
 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.