Uses of Class
org.opendaylight.controller.cluster.access.concepts.Request
-
Packages that use Request Package Description org.opendaylight.controller.cluster.access.client This package contains the baseline client infrastructure required to implement clients accessing the data store.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 Request in org.opendaylight.controller.cluster.access.client
Methods in org.opendaylight.controller.cluster.access.client that return Request Modifier and Type Method Description Request<?,?>ConnectionEntry. getRequest()Methods in org.opendaylight.controller.cluster.access.client with parameters of type Request Modifier and Type Method Description voidAbstractClientConnection. enqueueRequest(Request<?,?> request, Consumer<Response<?,?>> callback, long enqueuedTicks)Send a request to the backend and invoke a specified callback when it finishes.voidAbstractClientConnection. sendRequest(Request<?,?> request, Consumer<Response<?,?>> callback)Send a request to the backend and invoke a specified callback when it finishes. -
Uses of Request in org.opendaylight.controller.cluster.access.commands
Subclasses of Request in org.opendaylight.controller.cluster.access.commands Modifier and Type Class Description classAbortLocalTransactionRequestRequest to abort a local transaction.classAbstractLocalTransactionRequest<T extends AbstractLocalTransactionRequest<T>>Abstract base class forRequests involving specific transactions local to a member node.classAbstractReadPathTransactionRequest<T extends AbstractReadPathTransactionRequest<T>>Abstract 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.classCommitLocalTransactionRequestRequest to commit a local transaction.classConnectClientRequestRequest to connect a frontend instance to the backend.classCreateLocalHistoryRequestRequest to create a new local history.classDestroyLocalHistoryRequestRequest to destroy a local history.classExistsTransactionRequestA transaction request to query if a particular path exists in the current view of a particular transaction.classIncrementTransactionSequenceRequestA blank transaction request.classLocalHistoryRequest<T extends LocalHistoryRequest<T>>Abstract base class forRequests involving specific local history.classModifyTransactionRequestA transaction request to apply a particular set of operations on top of the current transaction.classPurgeLocalHistoryRequestRequest to purge a local history.classReadTransactionRequestA transaction request to read a particular path exists in the current view of a particular transaction.classSkipTransactionsRequestRequest to skip a number ofTransactionIdentifiers within a {code local history}.classTransactionAbortRequestA transaction request to perform the abort step of the three-phase commit protocol.classTransactionDoCommitRequestA transaction request to perform the final, doCommit, step of the three-phase commit protocol.classTransactionPreCommitRequestA transaction request to perform the second, preCommit, step of the three-phase commit protocol.classTransactionPurgeRequestA 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.classTransactionRequest<T extends TransactionRequest<T>>Abstract base class forRequests involving specific transaction. -
Uses of Request in org.opendaylight.controller.cluster.access.concepts
Classes in org.opendaylight.controller.cluster.access.concepts with type parameters of type Request Modifier and Type Class Description classAbstractRequestProxy<T extends WritableIdentifier,C extends Request<T,C>>Abstract Externalizable proxy for use withRequestsubclasses.classRequest<T extends WritableIdentifier,C extends Request<T,C>>A request message concept.Constructors in org.opendaylight.controller.cluster.access.concepts with parameters of type Request Constructor Description RequestEnvelope(Request<?,?> message, long sessionId, long txSequence)UnsupportedRequestException(Request<?,?> request)
-