|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WanReplicationEndpoint
Implementations of this interface represent a replication endpoint, normally another Hazelcast cluster only reachable over a wide area network
Method Summary | |
---|---|
void |
init(Node node,
String groupName,
String password,
String... targets)
Initializes the endpoint using the given arguments |
void |
shutdown()
Closes the endpoint, it's internal connections and shuts down other internal states |
Methods inherited from interface com.hazelcast.wan.WanReplicationPublisher |
---|
publishReplicationEvent |
Method Detail |
---|
void init(Node node, String groupName, String password, String... targets)
node
- the current node that tries to connectgroupName
- the group name to connect withpassword
- the group's passwordtargets
- possible target endpoints bundled in this endpointvoid shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |