Class ReconnectForwarder
java.lang.Object
org.opendaylight.controller.cluster.access.client.ReconnectForwarder
Forwarder class responsible for routing requests from the previous connection incarnation back to the originator,
which can then convert them as appropriate.
- Author:
- Robert Varga
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReconnectForwarder(org.opendaylight.controller.cluster.access.client.AbstractReceivingClientConnection<?> successor) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidforwardEntry(ConnectionEntry entry, long now) protected abstract voidreplayEntry(ConnectionEntry entry, long now) protected final voidreplayToSuccessor(ConnectionEntry entry) protected final voidsendToSuccessor(ConnectionEntry entry)
-
Constructor Details
-
ReconnectForwarder
protected ReconnectForwarder(org.opendaylight.controller.cluster.access.client.AbstractReceivingClientConnection<?> successor)
-
-
Method Details
-
sendToSuccessor
-
replayToSuccessor
-
forwardEntry
-
replayEntry
-