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
ConstructorsModifierConstructorDescriptionprotected
ReconnectForwarder
(org.opendaylight.controller.cluster.access.client.AbstractReceivingClientConnection<?> successor) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
forwardEntry
(ConnectionEntry entry, long now) protected abstract void
replayEntry
(ConnectionEntry entry, long now) protected final void
replayToSuccessor
(ConnectionEntry entry) protected final void
sendToSuccessor
(ConnectionEntry entry)
-
Constructor Details
-
ReconnectForwarder
protected ReconnectForwarder(org.opendaylight.controller.cluster.access.client.AbstractReceivingClientConnection<?> successor)
-
-
Method Details
-
sendToSuccessor
-
replayToSuccessor
-
forwardEntry
-
replayEntry
-