Class ClusterWrapperImpl
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.ClusterWrapperImpl
-
- All Implemented Interfaces:
ClusterWrapper
public class ClusterWrapperImpl extends Object implements ClusterWrapper
-
-
Constructor Summary
Constructors Constructor Description ClusterWrapperImpl(ActorSystem actorSystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MemberNamegetCurrentMemberName()AddressgetSelfAddress()voidsubscribeToMemberEvents(ActorRef actorRef)
-
-
-
Constructor Detail
-
ClusterWrapperImpl
public ClusterWrapperImpl(ActorSystem actorSystem)
-
-
Method Detail
-
subscribeToMemberEvents
public void subscribeToMemberEvents(ActorRef actorRef)
- Specified by:
subscribeToMemberEventsin interfaceClusterWrapper
-
getCurrentMemberName
public MemberName getCurrentMemberName()
- Specified by:
getCurrentMemberNamein interfaceClusterWrapper
-
getSelfAddress
public Address getSelfAddress()
- Specified by:
getSelfAddressin interfaceClusterWrapper
-
-