public interface Joiner
| Modifier and Type | Method and Description |
|---|---|
void |
blacklist(com.hazelcast.nio.Address address)
Adds an address to the blacklist.
|
long |
getStartTime() |
String |
getType() |
boolean |
isBlacklisted(com.hazelcast.nio.Address address)
Checks if an address is blacklisted.
|
void |
join() |
void |
reset() |
void |
searchForOtherClusters() |
void |
setTargetAddress(com.hazelcast.nio.Address targetAddress) |
void join()
void searchForOtherClusters()
long getStartTime()
void setTargetAddress(com.hazelcast.nio.Address targetAddress)
void reset()
String getType()
void blacklist(com.hazelcast.nio.Address address)
address - the address to blacklist.NullPointerException - if address is null.isBlacklisted(com.hazelcast.nio.Address)boolean isBlacklisted(com.hazelcast.nio.Address address)
address - the address to check.NullPointerException - if address is null.blacklist(com.hazelcast.nio.Address)Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.