public final class ConfigCheck extends Object implements IdentifiedDataSerializable
| Constructor and Description |
|---|
ConfigCheck() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public boolean isCompatible(ConfigCheck other)
public ConfigCheck setGroupName(String groupName)
public ConfigCheck setGroupPassword(String groupPassword)
public ConfigCheck setJoinerType(String joinerType)
public ConfigCheck setPartitionGroupEnabled(boolean partitionGroupEnabled)
public ConfigCheck setMemberGroupType(PartitionGroupConfig.MemberGroupType memberGroupType)
public int getFactoryId()
getFactoryId in interface IdentifiedDataSerializablepublic int getId()
getId in interface IdentifiedDataSerializablepublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.