public class ClusterGroup extends GenericEntry implements SmartExternalizable
Modifier and Type | Field and Description |
---|---|
String |
electionGroup |
String |
loadBalancingGroup |
String |
replicationGroup |
Constructor and Description |
---|
ClusterGroup() |
ClusterGroup(String replicationGroup) |
ClusterGroup(String electionGroup,
String replicationGroup,
String loadBalancingGroup) |
Modifier and Type | Method and Description |
---|---|
Entry |
fromString(String group) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
equals, equals, hashCode, hashCode, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public String electionGroup
public String replicationGroup
public String loadBalancingGroup
public ClusterGroup()
public ClusterGroup(String electionGroup, String replicationGroup, String loadBalancingGroup)
public ClusterGroup(String replicationGroup)
public Entry fromString(String group)
fromString
in class GenericEntry
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.