Class ClusterWrapperImpl
java.lang.Object
org.opendaylight.controller.cluster.datastore.ClusterWrapperImpl
- All Implemented Interfaces:
ClusterWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.actor.Address
void
subscribeToMemberEvents
(org.apache.pekko.actor.ActorRef actorRef)
-
Constructor Details
-
ClusterWrapperImpl
public ClusterWrapperImpl(org.apache.pekko.actor.ActorSystem actorSystem)
-
-
Method Details
-
subscribeToMemberEvents
public void subscribeToMemberEvents(org.apache.pekko.actor.ActorRef actorRef) - Specified by:
subscribeToMemberEvents
in interfaceClusterWrapper
-
getCurrentMemberName
- Specified by:
getCurrentMemberName
in interfaceClusterWrapper
-
getSelfAddress
public org.apache.pekko.actor.Address getSelfAddress()- Specified by:
getSelfAddress
in interfaceClusterWrapper
-