Class 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 Detail

      • ReconnectForwarder

        protected ReconnectForwarder​(org.opendaylight.controller.cluster.access.client.AbstractReceivingClientConnection<?> successor)
    • 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)