public interface MembershipScheme
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initialize this membership scheme
|
void |
joinGroup()
JOIN the group
|
void init() throws ClusteringFault
ClusteringFault - If an error occurs while initializingvoid joinGroup()
throws ClusteringFault
ClusteringFault - If an error occurs while joining the groupCopyright © 2004-2019 The Apache Software Foundation. All Rights Reserved.