public abstract class ReconnectForwarder extends Object
Modifier | Constructor and Description |
---|---|
protected |
ReconnectForwarder(org.opendaylight.controller.cluster.access.client.AbstractReceivingClientConnection<?> successor) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
forwardEntry(ConnectionEntry entry,
long now) |
protected abstract void |
replayEntry(ConnectionEntry entry,
long now) |
protected void |
replayToSuccessor(ConnectionEntry entry) |
protected void |
sendToSuccessor(ConnectionEntry entry) |
protected ReconnectForwarder(org.opendaylight.controller.cluster.access.client.AbstractReceivingClientConnection<?> successor)
protected final void sendToSuccessor(ConnectionEntry entry)
protected final void replayToSuccessor(ConnectionEntry entry)
protected abstract void forwardEntry(ConnectionEntry entry, long now)
protected abstract void replayEntry(ConnectionEntry entry, long now)
Copyright © 2019 OpenDaylight. All rights reserved.