Package | Description |
---|---|
org.opendaylight.controller.cluster.access.commands |
This package defines the messages used to interact with the CDS backend implementation.
|
org.opendaylight.controller.cluster.access.concepts |
This package defines basic concepts used to interact with the CDS backend implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSuccessProxy<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestSuccess<T,C>>
Abstract Externalizable proxy for use with
RequestSuccess subclasses. |
class |
RequestSuccess<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestSuccess<T,C>>
A successful reply to a
Request . |
Modifier and Type | Method and Description |
---|---|
ResponseEnvelope<?> |
RequestEnvelope.newSuccessEnvelope(RequestSuccess<?,?> success,
long executionTimeNanos)
Creates a successful ResponseEnvelope that wraps the given successful Request response message.
|
void |
RequestEnvelope.sendSuccess(RequestSuccess<?,?> success,
long executionTimeNanos)
Respond to this envelope with a
RequestSuccess . |
Constructor and Description |
---|
SuccessEnvelope(RequestSuccess<?,?> message,
long sessionId,
long txSequence,
long executionTimeNanos) |
Copyright © 2019 OpenDaylight. All rights reserved.