@Deprecated public interface Joiner
com.hazelcast.spi.discovery
module as alternative.Modifier and Type | Method and Description |
---|---|
void |
blacklist(Address address,
boolean permanent)
Deprecated.
Adds an address to the blacklist.
|
long |
getStartTime()
Deprecated.
|
String |
getType()
Deprecated.
|
boolean |
isBlacklisted(Address address)
Deprecated.
Checks if an address is blacklisted.
|
void |
join()
Deprecated.
|
void |
reset()
Deprecated.
|
void |
searchForOtherClusters()
Deprecated.
|
void |
setTargetAddress(Address targetAddress)
Deprecated.
|
boolean |
unblacklist(Address address)
Deprecated.
Removes an address from the blacklist if it is temporarily blacklisted.
|
void join()
void searchForOtherClusters()
long getStartTime()
void setTargetAddress(Address targetAddress)
void reset()
String getType()
void blacklist(Address address, boolean permanent)
unblacklist(com.hazelcast.nio.Address)
.
Method is thread-safe.
If the address already is blacklisted, the call is ignoredaddress
- the address to blacklist.permanent
- true if blacklist is permanent, false if not.NullPointerException
- if address is null.isBlacklisted(com.hazelcast.nio.Address)
boolean unblacklist(Address address)
address
- the address to unblacklist.boolean isBlacklisted(Address address)
address
- the address to check.NullPointerException
- if address is null.blacklist(com.hazelcast.nio.Address, boolean)
Copyright © 2018 Hazelcast, Inc.. All rights reserved.