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 forDOMStoreThreePhaseCommitCohort
instances returned by this implementation. In addition to the usual set of methods it also contains the list of actor futures.
-
-
Field Summary
Fields Modifier and Type Field Description protected static @NonNull ListenableFuture<Boolean>
IMMEDIATE_BOOLEAN_SUCCESS
protected static @NonNull ListenableFuture<Empty>
IMMEDIATE_EMPTY_SUCCESS
-
Constructor Summary
Constructors Constructor Description AbstractThreePhaseCommitCohort()
-
-
-
Field Detail
-
IMMEDIATE_EMPTY_SUCCESS
protected static final @NonNull ListenableFuture<Empty> IMMEDIATE_EMPTY_SUCCESS
-
IMMEDIATE_BOOLEAN_SUCCESS
protected static final @NonNull ListenableFuture<Boolean> IMMEDIATE_BOOLEAN_SUCCESS
-
-