Uses of Class
org.opendaylight.controller.cluster.access.concepts.Message
Packages that use Message
Package
Description
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 Message in org.opendaylight.controller.cluster.access.commands
Subclasses of Message in org.opendaylight.controller.cluster.access.commandsModifier and TypeClassDescriptionfinal classRequest to abort a local transaction.classAbstract base class forRequests involving specific transactions local to a member node.classAbstract base class forTransactionRequests accessing data as visible in the isolated context of a particular transaction.classAbstractReadTransactionRequest<T extends AbstractReadTransactionRequest<T>>Abstract base class forTransactionRequests accessing transaction state without modifying it.final classRequest to commit a local transaction.final classARequestFailurereported whenConnectClientRequestfails.final classRequest to connect a frontend instance to the backend.final classSuccessful reply to anConnectClientRequest.final classRequest to create a new local history.final classRequest to destroy a local history.final classA transaction request to query if a particular path exists in the current view of a particular transaction.final classSuccessful reply to anExistsTransactionRequest.final classA blank transaction request.final classSuccessful reply to anIncrementTransactionSequenceRequest.final classGenericRequestFailureinvolving aLocalHistoryRequest.classLocalHistoryRequest<T extends LocalHistoryRequest<T>>Abstract base class forRequests involving specific local history.final classSuccess class forRequestSuccesses involving a specific local history.final classA transaction request to apply a particular set of operations on top of the current transaction.final classResponse to aModifyTransactionRequestwhich does not have aPersistenceProtocol.final classRequest to purge a local history.final classA transaction request to read a particular path exists in the current view of a particular transaction.final classSuccessful reply to anReadTransactionRequest.final classRequest to skip a number ofTransactionIdentifiers within a {code local history}.final classSuccessful reply to aSkipTransactionsRequest.final classA transaction request to perform the abort step of the three-phase commit protocol.final classSuccessful reply to a coordinated commit request initiated by aModifyTransactionRequestorCommitLocalTransactionRequest.final classSuccessful reply to a coordinated commit request initiated by aModifyTransactionRequestorCommitLocalTransactionRequest.final classSuccessful reply to a coordinated commit request.final classA transaction request to perform the final, doCommit, step of the three-phase commit protocol.final classGenericRequestFailureinvolving aTransactionRequest.final classA transaction request to perform the second, preCommit, step of the three-phase commit protocol.final classSuccessful reply to aTransactionPreCommitRequest.final classA transaction request to perform the final transaction transition, which is purging it from the protocol view, meaning the frontend has no further knowledge of the transaction.final classSuccessful reply to aTransactionPurgeRequest.classTransactionRequest<T extends TransactionRequest<T>>Abstract base class forRequests involving specific transaction.classTransactionSuccess<T extends TransactionSuccess<T>>Abstract base class forRequestSuccesses involving specific transaction. -
Uses of Message in org.opendaylight.controller.cluster.access.concepts
Classes in org.opendaylight.controller.cluster.access.concepts with type parameters of type MessageModifier and TypeClassDescriptionclassclassMessage<T extends WritableIdentifier,C extends Message<T, C>> An abstract concept of a Message.protected static interfaceMessage.SerialForm<T extends WritableIdentifier,C extends Message<T, C>> Externalizable proxy for use withMessagesubclasses.Subclasses of Message in org.opendaylight.controller.cluster.access.conceptsModifier and TypeClassDescriptionclassRequest<T extends WritableIdentifier,C extends Request<T, C>> A request message concept.classRequestFailure<T extends WritableIdentifier,C extends RequestFailure<T, C>> A failure response to aRequest.classRequestSuccess<T extends WritableIdentifier,C extends RequestSuccess<T, C>> A successful reply to aRequest.classResponse<T extends WritableIdentifier,C extends Response<T, C>> Abstract counterpart to aRequest.