Class ConnectionEntry
- java.lang.Object
-
- org.opendaylight.controller.cluster.access.client.ConnectionEntry
-
- All Implemented Interfaces:
Immutable,MutationBehaviour<Immutable>
@Beta public class ConnectionEntry extends Object implements Immutable
Single entry in aAbstractClientConnection. Tracks the request, the associated callback and time when the request was first enqueued.- Author:
- Robert Varga
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplete(Response<?,?> response)Consumer<Response<?,?>>getCallback()longgetEnqueuedTicks()Request<?,?>getRequest()StringtoString()
-