Class ReconnectForwarder
- java.lang.Object
-
- org.opendaylight.controller.cluster.access.client.ReconnectForwarder
-
public abstract class ReconnectForwarder extends Object
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
Constructors Modifier Constructor Description protectedReconnectForwarder(org.opendaylight.controller.cluster.access.client.AbstractReceivingClientConnection<?> successor)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidforwardEntry(ConnectionEntry entry, long now)protected abstract voidreplayEntry(ConnectionEntry entry, long now)protected voidreplayToSuccessor(ConnectionEntry entry)protected voidsendToSuccessor(ConnectionEntry entry)
-
-
-
Method Detail
-
sendToSuccessor
protected final void sendToSuccessor(ConnectionEntry entry)
-
replayToSuccessor
protected final void replayToSuccessor(ConnectionEntry entry)
-
forwardEntry
protected abstract void forwardEntry(ConnectionEntry entry, long now)
-
replayEntry
protected abstract void replayEntry(ConnectionEntry entry, long now)
-
-