|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.util.ClusterUtils
public class ClusterUtils
Utilities for clustering
Method Summary | |
---|---|
static Iterator |
getClusterableInterfaces()
Find all network interfaces on the host that are suitable for clustering via multicast |
static InetAddress |
hashNameToAddress(String name)
Hash a name to a IPv4 network address. |
static InetAddress |
hashNameToMulticastAddress(String name)
Hash a name to a valid IPv4 multicast IP address. |
static boolean |
isLoopbackInterface(NetworkInterface iface)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static InetAddress hashNameToAddress(String name)
name
-
public static InetAddress hashNameToMulticastAddress(String name)
name
-
public static Iterator getClusterableInterfaces() throws SocketException
NetworkInterface
s
SocketException
public static boolean isLoopbackInterface(NetworkInterface iface)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |