Uses of Class
org.opendaylight.controller.cluster.access.concepts.RequestException
Packages that use RequestException
Package
Description
This package contains the baseline client infrastructure required to implement clients accessing the data store.
This package defines the messages used to interact with the CDS backend implementation.
This package defines basic concepts used to interact with the CDS backend implementation.
-
Uses of RequestException in org.opendaylight.controller.cluster.access.client
Subclasses of RequestException in org.opendaylight.controller.cluster.access.client -
Uses of RequestException in org.opendaylight.controller.cluster.access.commands
Subclasses of RequestException in org.opendaylight.controller.cluster.access.commandsModifier and TypeClassDescriptionfinal classARequestExceptionindicating that the backend has received a request for a transaction which has already been closed, either via a successful commit or abort (which is indicated viaClosedTransactionException.isSuccessful().final classARequestExceptionindicating that the backend has received a request to create a history which has already been retired.final classARequestExceptionindicating that the backend has received a request to create a transaction which has already been purged.final classGeneral error raised when the recipient of a Request is not the correct backend to talk to.final classARequestExceptionindicating that the backend has received a Request whose sequence does not match the next expected sequence for the target.final classARequestExceptionindicating that the backend has received a RequestEnvelope whose sequence does not match the next expected sequence.final classARequestExceptionindicating that the backend has received a request referencing an unknown history.Methods in org.opendaylight.controller.cluster.access.commands with parameters of type RequestExceptionModifier and TypeMethodDescriptionConnectClientRequest.toRequestFailure(RequestException cause) final LocalHistoryFailureLocalHistoryRequest.toRequestFailure(RequestException cause) final TransactionFailureTransactionRequest.toRequestFailure(RequestException cause) -
Uses of RequestException in org.opendaylight.controller.cluster.access.concepts
Subclasses of RequestException in org.opendaylight.controller.cluster.access.conceptsModifier and TypeClassDescriptionfinal classGeneral error raised when the recipient of aRequestdetermines that the request contains aClientIdentifierwhich corresponds to an outdated generation.final classGeneral error raised when the recipient of aRequestfails to process a request.final classGeneral error raised when the recipient of aRequestdetermines that it does not know how to handle the request.Methods in org.opendaylight.controller.cluster.access.concepts that return RequestExceptionModifier and TypeMethodDescriptionfinal @NonNull RequestExceptionRequestFailure.getCause()Return the failure cause.Methods in org.opendaylight.controller.cluster.access.concepts with parameters of type RequestExceptionModifier and TypeMethodDescription@NonNull CRequestFailure.SerialForm.createFailure(@NonNull T target, long sequence, @NonNull RequestException failureCause) voidRequestEnvelope.sendFailure(RequestException cause, long executionTimeNanos) Respond to this envelope with aRequestFailurecaused by specifiedRequestException.abstract @NonNull RequestFailure<T, ?> Request.toRequestFailure(@NonNull RequestException cause) Return aRequestFailurefor this request, caused by aRequestException.Constructors in org.opendaylight.controller.cluster.access.concepts with parameters of type RequestExceptionModifierConstructorDescriptionprotectedRequestFailure(@NonNull T target, long sequence, @NonNull RequestException cause)