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 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 final void
ReconnectForwarder.replayToSuccessor
(ConnectionEntry entry) protected final void
ReconnectForwarder.sendToSuccessor
(ConnectionEntry entry) Method parameters in org.opendaylight.controller.cluster.access.client with type arguments of type ConnectionEntryModifier and TypeMethodDescription@NonNull ReconnectForwarder
ClientActorBehavior.ConnectionConnectCohort.finishReconnect
(@NonNull Collection<ConnectionEntry> enqueuedEntries) Finish the connection by replaying previous messages onto the new connection.