Uses of Class
org.opendaylight.controller.cluster.access.concepts.RequestSuccess
-
Packages that use RequestSuccess 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. -
-
Uses of RequestSuccess in org.opendaylight.controller.cluster.access.commands
-
Uses of RequestSuccess in org.opendaylight.controller.cluster.access.concepts
Classes in org.opendaylight.controller.cluster.access.concepts with type parameters of type RequestSuccess Modifier and Type Class Description class
AbstractSuccessProxy<T extends WritableIdentifier,C extends RequestSuccess<T,C>>
Abstract Externalizable proxy for use withRequestSuccess
subclasses.class
RequestSuccess<T extends WritableIdentifier,C extends RequestSuccess<T,C>>
A successful reply to aRequest
.Methods in org.opendaylight.controller.cluster.access.concepts with parameters of type RequestSuccess Modifier and Type Method 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 aRequestSuccess
.Constructors in org.opendaylight.controller.cluster.access.concepts with parameters of type RequestSuccess Constructor Description SuccessEnvelope(RequestSuccess<?,?> message, long sessionId, long txSequence, long executionTimeNanos)
-