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