Class ClusterMemberInfoImpl
java.lang.Object
org.opendaylight.infrautils.diagstatus.internal.ClusterMemberInfoImpl
- All Implemented Interfaces:
org.opendaylight.infrautils.diagstatus.ClusterMemberInfo
@Deprecated(forRemoval=true)
@Singleton
public final class ClusterMemberInfoImpl
extends Object
implements org.opendaylight.infrautils.diagstatus.ClusterMemberInfo
Deprecated, for removal: This API element is subject to removal in a future version.
Implementation of
ClusterMemberInfo service using the JMX MBeans
exposed by Akka framework used in ODL controller.- Author:
- Faseela K, Michael Vorburger converted former static utility to service (for testability)
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanisLocalAddress(InetAddress ipAddress) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ClusterMemberInfoImpl
public ClusterMemberInfoImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getSelfAddress
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSelfAddressin interfaceorg.opendaylight.infrautils.diagstatus.ClusterMemberInfo
-
getClusterMembers
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getClusterMembersin interfaceorg.opendaylight.infrautils.diagstatus.ClusterMemberInfo
-
isLocalAddress
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isLocalAddressin interfaceorg.opendaylight.infrautils.diagstatus.ClusterMemberInfo
-