Package org.opendaylight.controller.cluster.access.concepts
package org.opendaylight.controller.cluster.access.concepts
This package defines basic concepts used to interact with the CDS backend implementation.
- Author:
- Robert Varga
-
ClassDescriptionA cluster-wide unique identifier of a frontend instance.A cluster-wide unique identifier of a frontend type located at a cluster member.An
Identifieridentifying a data store frontend type, which is able to access the data store backend.Globally-unique identifier of a local history.Type-safe encapsulation of a cluster member name.An abstract concept of a Message.Message.SerialForm<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends Message<T, C>> Externalizable proxy for use withMessagesubclasses.A request message concept.Request.SerialForm<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends Request<T, C>> A failure cause behind aRequestFailureto process aRequest.RequestFailure<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestFailure<T, C>> A failure response to aRequest.RequestFailure.SerialForm<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestFailure<T, C>> Externalizable proxy for use withRequestFailuresubclasses.RequestSuccess<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestSuccess<T, C>> A successful reply to aRequest.RequestSuccess.SerialForm<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestSuccess<T, C>> Abstract counterpart to aRequest.Response.SerialForm<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends Response<T, C>> General error raised when the recipient of aRequestdetermines that the request contains aClientIdentifierwhich corresponds to an outdated generation.General error raised when the recipient of aRequestfails to process a request.A tagging interface that specifies a message whose serialized size can be large and thus should be sliced into smaller chunks when transporting over the wire.Globally-unique identifier of a transaction.General error raised when the recipient of aRequestdetermines that it does not know how to handle the request.