Uses of Class
org.opendaylight.controller.cluster.access.client.ConnectionEntry
-
Packages that use ConnectionEntry Package Description org.opendaylight.controller.cluster.access.client 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 ConnectionEntry Modifier and Type Method 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)
Method parameters in org.opendaylight.controller.cluster.access.client with type arguments of type ConnectionEntry Modifier and Type Method Description @NonNull ReconnectForwarder
ClientActorBehavior.ConnectionConnectCohort. finishReconnect(@NonNull Collection<ConnectionEntry> enqueuedEntries)
Finish the connection by replaying previous messages onto the new connection.
-