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
-
ClassDescriptionAbstract Externalizable proxy for use with
RequestFailure
subclasses.Abstract Externalizable proxy for use withRequest
subclasses.Abstract Externalizable proxy for use withRequestSuccess
subclasses.A cluster-wide unique identifier of a frontend instance.A cluster-wide unique identifier of a frontend type located at a cluster member.AnIdentifier
identifying 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.Externalizable proxy for use withMessage
subclasses.A request message concept.A failure cause behind aRequestFailure
to process aRequest
.A failure response to aRequest
.Externalizable proxy for use withRequestFailure
subclasses.A successful reply to aRequest
.Abstract counterpart to aRequest
.General error raised when the recipient of aRequest
determines that the request contains aClientIdentifier
which corresponds to an outdated generation.General error raised when the recipient of aRequest
fails 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 aRequest
determines that it does not know how to handle the request.