Interface ClusterMemberInfo
-
- All Known Implementing Classes:
ClusterMemberInfoImpl
,NoClusterMemberInfo
public interface ClusterMemberInfo
ODL cluster information.- Author:
- Michael Vorburger.ch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<InetAddress>
getClusterMembers()
InetAddress
getSelfAddress()
boolean
isLocalAddress(InetAddress ipAddress)
-
-
-
Method Detail
-
getSelfAddress
InetAddress getSelfAddress()
-
getClusterMembers
List<InetAddress> getClusterMembers()
-
isLocalAddress
boolean isLocalAddress(InetAddress ipAddress)
-
-