Uses of Class
org.opendaylight.controller.cluster.access.client.ConnectionEntry
Packages that use ConnectionEntry
Package
Description
This package contains the baseline client infrastructure required to implement clients accessing the data store.
-
Uses of ConnectionEntry in org.opendaylight.controller.cluster.access.client
Methods in org.opendaylight.controller.cluster.access.client with parameters of type ConnectionEntryModifier and TypeMethodDescriptionfinal voidAbstractClientConnection.enqueueEntry(ConnectionEntry entry, long now) Enqueue an entry, possibly also transmitting it.protected abstract voidReconnectForwarder.forwardEntry(ConnectionEntry entry, long now) protected abstract voidReconnectForwarder.replayEntry(ConnectionEntry entry, long now) protected final voidReconnectForwarder.replayToSuccessor(ConnectionEntry entry) Forward aConnectionEntryto the successor viaAbstractClientConnection.enqueueRequest(Request, Consumer, long).protected final voidReconnectForwarder.sendToSuccessor(ConnectionEntry entry) Forward aConnectionEntryto the successor viaAbstractClientConnection.sendRequest(Request, Consumer).Method parameters in org.opendaylight.controller.cluster.access.client with type arguments of type ConnectionEntryModifier and TypeMethodDescription@NonNull ReconnectForwarderClientActorBehavior.ConnectionConnectCohort.finishReconnect(@NonNull Collection<ConnectionEntry> enqueuedEntries) Finish the connection by replaying previous messages onto the new connection.