@Beta public class ConnectionEntry extends Object implements org.opendaylight.yangtools.concepts.Immutable
AbstractClientConnection. Tracks the request, the associated callback and time when
the request was first enqueued.| Modifier and Type | Method and Description |
|---|---|
void |
complete(org.opendaylight.controller.cluster.access.concepts.Response<?,?> response) |
Consumer<org.opendaylight.controller.cluster.access.concepts.Response<?,?>> |
getCallback() |
long |
getEnqueuedTicks() |
org.opendaylight.controller.cluster.access.concepts.Request<?,?> |
getRequest() |
String |
toString() |
public final Consumer<org.opendaylight.controller.cluster.access.concepts.Response<?,?>> getCallback()
public final org.opendaylight.controller.cluster.access.concepts.Request<?,?> getRequest()
public void complete(org.opendaylight.controller.cluster.access.concepts.Response<?,?> response)
public final long getEnqueuedTicks()
Copyright © 2018 OpenDaylight. All rights reserved.