Package | Description |
---|---|
org.opendaylight.controller.cluster.access.client |
This package contains the baseline client infrastructure required to implement clients accessing the data store.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractClientConnection.enqueueEntry(ConnectionEntry entry,
long now)
Enqueue an entry, possibly also transmitting it.
|
protected abstract void |
ReconnectForwarder.forwardEntry(ConnectionEntry entry,
long now) |
protected abstract void |
ReconnectForwarder.replayEntry(ConnectionEntry entry,
long now) |
protected void |
ReconnectForwarder.replayToSuccessor(ConnectionEntry entry) |
protected void |
ReconnectForwarder.sendToSuccessor(ConnectionEntry entry) |
Modifier and Type | Method and Description |
---|---|
ReconnectForwarder |
ClientActorBehavior.ConnectionConnectCohort.finishReconnect(Collection<ConnectionEntry> enqueuedEntries)
Finish the connection by replaying previous messages onto the new connection.
|
Copyright © 2019 OpenDaylight. All rights reserved.