com.hazelcast.cluster
Class ConfigCheck

java.lang.Object
  extended by com.hazelcast.cluster.ConfigCheck
All Implemented Interfaces:
DataSerializable, IdentifiedDataSerializable

public final class ConfigCheck
extends Object
implements IdentifiedDataSerializable

Author:
mdogan 6/11/13

Constructor Summary
ConfigCheck()
           
 
Method Summary
 int getFactoryId()
           
 int getId()
           
 boolean isCompatible(ConfigCheck other)
           
 void readData(com.hazelcast.nio.ObjectDataInput in)
           
 ConfigCheck setGroupName(String groupName)
           
 ConfigCheck setGroupPassword(String groupPassword)
           
 ConfigCheck setJoinerType(String joinerType)
           
 ConfigCheck setMemberGroupType(PartitionGroupConfig.MemberGroupType memberGroupType)
           
 ConfigCheck setPartitionGroupEnabled(boolean partitionGroupEnabled)
           
 void writeData(com.hazelcast.nio.ObjectDataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigCheck

public ConfigCheck()
Method Detail

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:
getFactoryId in interface IdentifiedDataSerializable

getId

public int getId()
Specified by:
getId in interface IdentifiedDataSerializable

writeData

public void writeData(com.hazelcast.nio.ObjectDataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException

readData

public void readData(com.hazelcast.nio.ObjectDataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.