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 Details

    • ReconnectForwarder

      protected ReconnectForwarder(org.opendaylight.controller.cluster.access.client.AbstractReceivingClientConnection<?> successor)
  • Method Details

    • 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)