Class NoopPeerAddressResolver
java.lang.Object
org.opendaylight.controller.cluster.raft.NoopPeerAddressResolver
- All Implemented Interfaces:
PeerAddressResolver
Implementation of PeerAddressResolver that does nothing.
- Author:
- Thomas Pantelis
-
Field Details
-
INSTANCE
-
-
Method Details
-
resolve
Description copied from interface:PeerAddressResolver
Resolves a raft actor peer id to its remote actor address.- Specified by:
resolve
in interfacePeerAddressResolver
- Parameters:
peerId
- the id of the peer to resolve- Returns:
- the peer's actor path string or null if not found
-