Class AbstractThreePhaseCommitCohort<T>
java.lang.Object
org.opendaylight.controller.cluster.datastore.AbstractThreePhaseCommitCohort<T>
- All Implemented Interfaces:
DOMStoreThreePhaseCommitCohort
- Direct Known Subclasses:
ThreePhaseCommitCohortProxy
public abstract class AbstractThreePhaseCommitCohort<T>
extends Object
implements DOMStoreThreePhaseCommitCohort
Abstract base class for
DOMStoreThreePhaseCommitCohort
instances returned by this
implementation. In addition to the usual set of methods it also contains the list of actor
futures.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final @NonNull ListenableFuture<Boolean>
protected static final @NonNull ListenableFuture<Empty>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.mdsal.dom.spi.store.DOMStoreThreePhaseCommitCohort
abort, canCommit, commit, preCommit
-
Field Details
-
IMMEDIATE_EMPTY_SUCCESS
-
IMMEDIATE_BOOLEAN_SUCCESS
-
-
Constructor Details
-
AbstractThreePhaseCommitCohort
public AbstractThreePhaseCommitCohort()
-